OBJECT CLASS Region
isa* ScanObject
DESCRIPTION: "Region information in the datafile"
ATTRIBUTE regionID: [1,1] INTEGER
ATTRIBUTE dataType: [1,1] CHAR(16)
DESCRIPTION: " ????"
ATTRIBUTE energyMode: [1,1] CHAR(16)
DESCRIPTION: " ????"
ATTRIBUTE nrPoints: [1,1] INTEGER
DESCRIPTION: " ????"
ATTRIBUTE numSw: [1,1] INTEGER
DESCRIPTION: " ????"
ATTRIBUTE dwell: [1,1] FLOAT
DESCRIPTION: " ????"
ATTRIBUTE timeAllSteps: [1,1] FLOAT
DESCRIPTION: " ????"
ATTRIBUTE passEnergy: [1,1] FLOAT
ATTRIBUTE xcoord: list-of [1,] FLOAT
DESCRIPTION: "There must be NrPoints of values in Xcoord"
ATTRIBUTE spectra: list-of [1,] Spectrum
DESCRIPTION: "This is part of Spectral Data.
There must be NrCycles entries
Keeps the NrCycles columns of y data
Each column is stored as a list-of NrPoints ys
kept in the structure named Spectrum"
ATTRIBUTE normSpectra: list-of [1,] Spectrum
DESCRIPTION: "This is part of Spectral Data.
There must be NrCycles entries."
This class keeps descriptive information for each region as stored in the datafile, as well as x-coordinate and spectral data."