OBJECT CLASS SSDVector
isa* ScanObject
DESCRIPTION: "Structure to hold columns of data"
ATTRIBUTE vectorValues: list-of [1,] FLOAT
DESCRIPTION: "There must be NrCycles entries"
This class holds columns of data produced by a scan. (See the Scan class.)