Package prompt :: Module jw_mapping :: Class Jw_mapping
[hide private]
[frames] | no frames]

Class Jw_mapping

source code

Instance Methods [hide private]
 
__init__(self, relax) source code
 
set_frq(self, run=None, frq=None)
Function for selecting which relaxation data to use in the J(w) mapping.
source code
Method Details [hide private]

set_frq(self, run=None, frq=None)

source code 
Function for selecting which relaxation data to use in the J(w) mapping.

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

run:  The name of the run.

frq:  The spectrometer frequency in Hz.


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

This function will select the relaxation data to use in the reduced spectral density mapping
corresponding to the given frequency.


Examples
~~~~~~~~

relax> jw_mapping.set_frq('jw', 600.0 * 1e6)
relax> jw_mapping.set_frq(run='jw', frq=600.0 * 1e6)