Attribute: position
Peak position in *point numbers*. Positions must be between 1.0 and npoints+1. The peak position in the appropriate unit (typically ppm), is given in the derived attribute 'value'.
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:20:01_00001
|
Type:
|
Float
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
None
|
Constraint name:
|
position_ge_1
|
python code
|
value >= 1.0
|
Constraint name:
|
position_lt_dataDim_numPoints_plus_one
|
python code
|
value < self.getByNavigation('peak', 'peakList', 'dataSource', ('dataDims', self.dim), 'numPoints') + 1.0
|
|