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

Class Jw_mapping

source code


Class containing functions specific to reduced spectral density mapping.

Instance Methods [hide private]
 
set_frq(self, frq=None)
Function for selecting which relaxation data to use in the J(w) mapping.
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 J(w) mapping.

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

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(600.0 * 1e6)
relax> jw_mapping.set_frq(frq=600.0 * 1e6)