Attribute: maxShift
maximum value of shift allowed for AtomSite, in ppm. Is not set in normal cases. Together with minShift serves to distinguish frequency-selective sites. For some common cases it is recommended to use standard limits :
Aliphatic carbon: <90ppm
Aromatic carbon: 90-150ppm
CO carbon: > 150ppm
CA (for proteins): 40-90ppm
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:22:58_00030
|
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:
|
maxShift_greater_than_minShift
|
python code
|
minShift = self.minShift
isValid = (minShift is None or value > minShift)
|
|