Attribute: dim
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.
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:19:58_00003
|
Model Type:
|
PositiveInt
|
Implementation Type:
|
Int
|
Multiplicity:
|
1..1
|
Changeability:
|
frozen
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
None
|
Constraint name:
|
dataDim_dim_le_DataSource_numDim
|
python code
|
value <= self.dataSource.numDim
|
|