Class PamSudParams

java.lang.Object
Acquisition.sud.PamSudParams
All Implemented Interfaces:
Serializable, Cloneable

public class PamSudParams extends Object implements Serializable, Cloneable
Parameters for sud file extraction.
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
    boolean
    Zero padding fills gaps in sud files with zeros - these gaps are usually due to errors in the recording hardware.Without zero pad then time drift within a file can be difficult to predict, however zero padding means the sample numbers in other files e.g.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • zeroPad Link icon

      public boolean zeroPad
      Zero padding fills gaps in sud files with zeros - these gaps are usually due to errors in the recording hardware.Without zero pad then time drift within a file can be difficult to predict, however zero padding means the sample numbers in other files e.g. csv sensor files will not align.
  • Constructor Details Link icon

    • PamSudParams Link icon

      public PamSudParams()
  • Method Details Link icon