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
Modifier and TypeFieldDescriptionboolean
Put a limit on the maximum number of points to localisedouble
The minimum depth (max height because that's the system we use in PAMGuard) in metersint
Maximum number of points to localisedouble
The maximum range in meterslong
The maximum time inb millis before a warning is showndouble
The maximum depth (min height because that's the system we use in PAMGuard) in meters -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getIsSelected
(int iAlgo) int
Maximum 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 classvoid
setIsSelected
(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:DetectionGroupOptions
Maximum number of clicks or other sound types in a TM analysis to use in the optimisation algorithm.- Specified by:
getMaxLocalisationPoints
in interfaceDetectionGroupOptions
- Returns:
- Max number of datas to use.
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-