Package clickDetector.localisation
Class ClickLocParams
java.lang.Object
clickDetector.localisation.ClickLocParams
- All Implemented Interfaces:
 Serializable,Cloneable,DetectionGroupOptions,ManagedParameters
public class ClickLocParams
extends Object
implements Serializable, Cloneable, DetectionGroupOptions, ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPut a limit on the maximum number of points to localisedoubleThe minimum depth (max height because that's the system we use in PAMGuard) in metersintMaximum number of points to localisedoubleThe maximum range in meterslongThe maximum time inb millis before a warning is showndoubleThe maximum depth (min height because that's the system we use in PAMGuard) in meters - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetIsSelected(int iAlgo) intMaximum number of clicks or other sound types in a TM analysis to use in the optimisation algorithm.Get a set of data that describes all of the parameters in a classvoidsetIsSelected(int iAlgo, boolean selected)  
- 
Field Details
- 
maxRange
public double maxRangeThe maximum range in meters - 
maxHeight
public double maxHeightThe minimum depth (max height because that's the system we use in PAMGuard) in meters - 
minHeight
public double minHeightThe maximum depth (min height because that's the system we use in PAMGuard) in meters - 
maxTime
public long maxTimeThe maximum time inb millis before a warning is shown - 
limitLocPoints
public boolean limitLocPointsPut a limit on the maximum number of points to localise - 
maxLocPoints
public int maxLocPointsMaximum number of points to localise 
 - 
 - 
Constructor Details
- 
ClickLocParams
public ClickLocParams()Click localiser params 
 - 
 - 
Method Details
- 
getIsSelected
public boolean getIsSelected(int iAlgo)  - 
setIsSelected
public void setIsSelected(int iAlgo, boolean selected)  - 
clone
 - 
getMaxLocalisationPoints
public int getMaxLocalisationPoints()Description copied from interface:DetectionGroupOptionsMaximum number of clicks or other sound types in a TM analysis to use in the optimisation algorithm.- Specified by:
 getMaxLocalisationPointsin interfaceDetectionGroupOptions- Returns:
 - Max number of datas to use.
 
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -