Package seismicVeto
Class VetoParameters
java.lang.Object
seismicVeto.VetoParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected double
protected int
protected String
protected double
protected double
protected boolean
protected boolean
static final long
protected double
protected double
protected double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dataSourceName
-
channelBitmap
protected int channelBitmap -
threshold
protected double threshold -
f1
protected double f1 -
f2
protected double f2 -
backgroundConstant
protected double backgroundConstant -
vetoPreTime
protected double vetoPreTime -
vetoPostTime
protected double vetoPostTime -
randomFillSpectorgram
protected boolean randomFillSpectorgram -
randomFillWaveform
protected boolean randomFillWaveform
-
-
Constructor Details
-
Method Details
-
clone
-
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.
-