Class IshDetParams

java.lang.Object
IshmaelDetector.IshDetParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters
Direct Known Subclasses:
EnergySumParams, MatchFiltParams, SgramCorrParams

public class IshDetParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • vscale

      @Deprecated public double vscale
      Deprecated.
    • groupedSourceParmas

      public GroupedSourceParameters groupedSourceParmas
      Holds the parent data block, channel selections and grouping.
    • thresh

      public double thresh
    • minTime

      public double minTime
      The time required over a threshold before a pam data unit is saved (seconds)
    • maxTime

      public double maxTime
      The maximum time allowed over threshold in seconds. If zero then the max time is not used.
    • smoothing

      public double smoothing
      Smoothing of detection data in seconds.
    • refractoryTime

      public double refractoryTime
      Minimum time until next detection (seconds)
  • Constructor Details

    • IshDetParams

      public IshDetParams()
  • Method Details