Attribute
|
Type
|
Multiplicity
|
Description
|
dim
|
PositiveInt
|
1..1
|
Dimension number. Dimensions go from 1 to numDim. For projections that means the numDim of the dataSource, not of the experiment. dim for an AbstractDataDim can be set independently of the dim for the corresponding ExpDim, although it is recommended that the acquisition dimension (if present) be given dim 1. The dim values correspond to the storage order in the corresponding file, 1 being the fastest varying dim.
|
fileDim
|
NonNegativeInt
|
0..1
|
Corresponding dimension in the dataSource (an integer, starting at zero).
|
isComplex
|
Boolean
|
1..1
|
Defines whether the underlying data are complex, i.e. whether both real and imaginary values are stored.
|
numPoints
|
NonNegativeInt
|
1..1
|
Number of points. When isComplex is True, numPoints is the number of complex points (i.e. the number of time values for an FID), not the number of real numbers stored, so that 1024 complex points take up the same pace as 2048 real points. numPoints measures the size of the stored file, whether or not all storage slots contain meaningful data. For a SampledDataDim numPoints must be equal to the length of the pointValues array. For sparse sampling this described the grid sampled on, not the number of actual points.
|
shapeSerial
|
PositiveInt
|
0..1
|
Serial number of corresponding DataSourceShape, if any. Note that several AbstractDataDims may correspond to the same DataSourceShape.
|
unit
|
Word
|
0..1
|
unit for values on dimension axis. Typically seconds for a normal FID. For a frequency dimension unit is Herz, *not* ppm. Note that values in ppm (and equivalent) require referencing, and that referencing belongs to the DataDimRef, not to the DataDim.
|
Inherited Attributes (not in package):
applicationData,
className,
fieldNames,
inConstructor,
isDeleted,
metaclass,
packageName,
packageShortName,
qualifiedName
|