Click or drag to resize

ImportSUBHDR Structure

This structure describes a Subheader, i.e. a single spectrum.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Serialization.GalacticImportSUBHDR

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct SUBHDR

The ImportSUBHDR type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldsubexp subexp : y-values scaling exponent (set to 0x80 means floating point representation)
Public fieldsubflgs subflgs : always 0
Public fieldsubindxsubindx : Integer index number of trace subfile (0=first)
Public fieldsubnextsubnext; Floating time for next trace (May be same as beg)
Public fieldsubnoissubnois; Floating peak pick noise level if high byte nonzero
Public fieldsubnptssubnpts; Integer number of subfile points for TXYXYS type
Public fieldsubresvsubresv[4]; Reserved area (must be set to zero)
Public fieldsubscansubscan; Integer number of co-added scans or 0 (for collect)
Public fieldsubtimesubtime; Floating time for trace (Z axis corrdinate)
Public fieldsubwlevelsubwlevel; Floating W axis value (if fwplanes non-zero)
Top
See Also