Click or drag to resize

GalacticSPCReaderFtflgs Enumeration

Flags present in the SPC file header that describe file and axis formats.

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
[FlagsAttribute]
public enum Ftflgs
Members
Member nameValueDescription
TSPREC1 Unknown / additional precision flag for time series (TSPREC).
TCGRAM2 Indicates that X axis represents a CGRAM (TCGRAM).
TMULTI4 Multi-spectrum file flag (TMULTI).
TRANDM8 Random order flag (TRANDM).
TORDRD16 Ordered data flag (TORDRD).
TALABS32 Absolute scaling flag (TALABS).
TXYXYS64 X and Y values stored together (TXYXYS).
TXVALS128 Explicit X values are present in the file (TXVALS).
See Also