Package whistleDetector
Class WhistleLocalisation
java.lang.Object
PamDetection.AbstractLocalisation
whistleDetector.WhistleLocalisation
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleandoubledoublegetBearing(int iSide) Get the bearing in radians, relative to the bearing referenceintgetDelay(int nDelay) voidsetDelay(int delay, int nDelay) Methods inherited from class PamDetection.AbstractLocalisation
addLocContents, getAmbiguityCount, getAngleErrors, getAngles, getArrayOrientationVectors, getBearing, getBearingError, getBearingReference, getDepth, getErrorDirection, getHeight, getHeightError, getLatLong, getLocContents, getLocError, getNumLatLong, getOriginLatLong, getParallelError, getParentDetection, getPerpendiculaError, getPlanarAngles, getPlanarVector, getRange, getRangeError, getRealWorldVectors, getReferenceHydrophones, getSubArrayType, getTimeDelayChIndex, getTimeDelayErrors, getTimeDelays, getWorldVectors, hasLocContent, removeLocContents, setArrayAxis, setLocContents, setParentDetection, setReferenceHydrophones, setSubArrayType, toString 
- 
Constructor Details
- 
WhistleLocalisation
 
 - 
 - 
Method Details
- 
getDelay
public int getDelay(int nDelay)  - 
setDelay
public void setDelay(int delay, int nDelay)  - 
getShapeDataUnit
 - 
getBearing
public double getBearing(int iSide) Description copied from class:AbstractLocalisationGet the bearing in radians, relative to the bearing reference- Overrides:
 getBearingin classAbstractLocalisation- Parameters:
 iSide- which side is the bearing on- Returns:
 - bearing in radians
 - See Also:
 
 - 
calculateBearing
public double calculateBearing() - 
bearingAmbiguity
public boolean bearingAmbiguity()- Overrides:
 bearingAmbiguityin classAbstractLocalisation- Returns:
 - true if the bearing is subject to a left right (or rotational) ambiguity about the reference bearing.
 
 
 -