Package IshmaelDetector
Class MatchFiltParams
java.lang.Object
IshmaelDetector.IshDetParams
IshmaelDetector.MatchFiltParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class MatchFiltParams
extends IshDetParams
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final long
Fields inherited from class IshmaelDetector.IshDetParams
groupedSourceParmas, maxTime, minTime, refractoryTime, smoothing, thresh, vscale
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the kernel file, or "" if none.Get a set of data that describes all of the parameters in a classMethods inherited from class IshmaelDetector.IshDetParams
getName, setName
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
MAX_FILENAME_LIST_SIZE
public static final int MAX_FILENAME_LIST_SIZE- See Also:
-
-
Constructor Details
-
MatchFiltParams
public MatchFiltParams()
-
-
Method Details
-
getKernelFilename
Return the name of the kernel file, or "" if none. -
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
- Overrides:
getParameterSet
in classIshDetParams
- Returns:
- description of the parameters in a class.
-