Click or drag to resize

GalacticSPCReaderSPCHDR Structure

The main header structure of the SPC file. This structure is located at the very beginning of the file.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Serialization.GalacticGalacticSPCReaderSPCHDR

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct SPCHDR

The GalacticSPCReaderSPCHDR 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 fieldfexp Fractional scaling exponent for Y values (0x80 indicates floating point storage).
Public fieldfexper General experimental technique code.
Public fieldffirst First X value (start of the X axis).
Public fieldflast Last X value (end of the X axis).
Public fieldfnpts Number of points in each spectrum.
Public fieldfnsub Number of subfiles (spectra) contained in the file.
Public fieldftflgs File flags that describe axis and file format (see GalacticSPCReaderFtflgs).
Public fieldfversn File version byte.
Top
See Also