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
FieldsModifier and TypeFieldDescriptionHolds the parent data block, channel selections and grouping.doubleThe maximum time allowed over threshold in seconds.doubleThe time required over a threshold before a pam data unit is saved (seconds)doubleMinimum time until next detection (seconds)static final longdoubleSmoothing of detection data in seconds.doubledoubleDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IshDetParamsclone()getName()Deprecated.Get a set of data that describes all of the parameters in a classvoidDeprecated.
-
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. -
clone
-
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.
-