Package IshmaelDetector
Class IshDetParams
java.lang.Object
IshmaelDetector.IshDetParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- Direct Known Subclasses:
EnergySumParams
,MatchFiltParams
,SgramCorrParams
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionHolds the parent data block, channel selections and grouping.double
The maximum time allowed over threshold in seconds.double
The time required over a threshold before a pam data unit is saved (seconds)double
Minimum time until next detection (seconds)static final long
double
Smoothing of detection data in seconds.double
double
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Get a set of data that describes all of the parameters in a classvoid
Deprecated.
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
vscale
Deprecated. -
groupedSourceParmas
Holds the parent data block, channel selections and grouping. -
thresh
public double thresh -
minTime
public double minTimeThe time required over a threshold before a pam data unit is saved (seconds) -
maxTime
public double maxTimeThe maximum time allowed over threshold in seconds. If zero then the max time is not used. -
smoothing
public double smoothingSmoothing of detection data in seconds. -
refractoryTime
public double refractoryTimeMinimum time until next detection (seconds)
-
-
Constructor Details
-
IshDetParams
public IshDetParams()
-
-
Method Details
-
getName
Deprecated. -
setName
Deprecated. -
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.
-