Package prompt :: Module consistency_tests :: Class Consistency_tests
[hide private]
[frames] | no frames]

Class Consistency_tests

source code


Class containing functions specific to consistency tests for datasets from different fields.

Instance Methods [hide private]
 
set_frq(self, frq=None)
Function for selecting which relaxation data to use in the consistency tests.
source code

Inherited from base_class.User_fn_class: __init__

Method Details [hide private]

set_frq(self, frq=None)

source code 
Function for selecting which relaxation data to use in the consistency tests.

Keyword Arguments
~~~~~~~~~~~~~~~~~

frq:  The spectrometer frequency in Hz.


Description
~~~~~~~~~~~

This function will select the relaxation data to use in the consistency tests corresponding
to the given frequencies.


Examples
~~~~~~~~

relax> consistency_tests.set_frq(600.0 * 1e6)
relax> consistency_tests.set_frq(frq=600.0 * 1e6)