Package bmrblib :: Package kinetics :: Module relax_base :: Class RelaxSaveframe
[hide private]
[frames] | no frames]

classobj RelaxSaveframe

source code


The heteronuclear Rx data saveframe baseclass.

Instance Methods [hide private]
tuple of float, list of int, list of str, list of str, list of float, list of float
loop(self)
Loop over the Rx saveframes, yielding the relaxation data.
source code
 
specific_setup(self)
Method called by self.add() to set up any version specific data.
source code

Inherited from base_classes.BaseSaveframe: __init__, add, create_title, extract_data, find_mapping, pre_ops, read, reset

Method Details [hide private]

loop(self)

source code 

Loop over the Rx saveframes, yielding the relaxation data.

Returns: tuple of float, list of int, list of str, list of str, list of float, list of float
The relaxation data consisting of the proton frequency, residue numbers, residue names, atom names, values, and errors.
Overrides: base_classes.BaseSaveframe.loop