GalacticSPCReaderFtflgs Enumeration |
Flags present in the SPC file header that describe file and axis formats.
Namespace: Altaxo.Serialization.GalacticAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax[FlagsAttribute]
public enum Ftflgs
Members| Member name | Value | Description |
|---|
| TSPREC | 1 |
Unknown / additional precision flag for time series (TSPREC).
|
| TCGRAM | 2 |
Indicates that X axis represents a CGRAM (TCGRAM).
|
| TMULTI | 4 |
Multi-spectrum file flag (TMULTI).
|
| TRANDM | 8 |
Random order flag (TRANDM).
|
| TORDRD | 16 |
Ordered data flag (TORDRD).
|
| TALABS | 32 |
Absolute scaling flag (TALABS).
|
| TXYXYS | 64 |
X and Y values stored together (TXYXYS).
|
| TXVALS | 128 |
Explicit X values are present in the file (TXVALS).
|
See Also