Class MLLineBearingLocaliser2
java.lang.Object
Localiser.algorithms.timeDelayLocalisers.bearingLoc.MLGridBearingLocaliser2
Localiser.algorithms.timeDelayLocalisers.bearingLoc.MLLineBearingLocaliser2
- All Implemented Interfaces:
BearingLocaliser
,LocalisationAlgorithm
,LocalisationAlgorithmInfo
- Author:
- dg50
-
Nested Class Summary
Nested classes/interfaces inherited from class Localiser.algorithms.timeDelayLocalisers.bearingLoc.MLGridBearingLocaliser2
MLGridBearingLocaliser2.LocaliserParams
-
Constructor Summary
ConstructorDescriptionMLLineBearingLocaliser2
(int hydrophoneBitMap, long timMillis, double timingError) -
Method Summary
Modifier and TypeMethodDescriptionint
Get the likely content flags for this localiser.Methods inherited from class Localiser.algorithms.timeDelayLocalisers.bearingLoc.MLGridBearingLocaliser2
getAlgorithmInfo, getAlgorithmName, getArrayAxis, getArrayType, getHydrophoneMap, getLikelihoodLUT, getParameters, getTethysCreator, localise, localiseByBisection, localiseByCrawl, prepare, setAnalysisAngles
-
Constructor Details
-
MLLineBearingLocaliser2
public MLLineBearingLocaliser2(int hydrophoneBitMap, long timMillis, double timingError) - Parameters:
hydrophoneBitMap
-timMillis
-timingError
-
-
-
Method Details
-
getLocalisationContents
public int getLocalisationContents()Description copied from interface:LocalisationAlgorithmInfo
Get the likely content flags for this localiser.- Specified by:
getLocalisationContents
in interfaceLocalisationAlgorithmInfo
- Overrides:
getLocalisationContents
in classMLGridBearingLocaliser2
- Returns:
- localisation flags.
- See Also:
-