Module uf
source code
The R1 and R2 exponential relaxation curve fitting user functions.
|
|
|
relax_time(time=0.0,
spectrum_id=None)
Set the relaxation time period associated with a given spectrum. |
source code
|
|
|
|
|
api_relax_fit = None
|
|
__package__ = ' specific_analyses.relax_fit '
|
Imports:
RelaxError,
RelaxFuncSetupError,
RelaxNoSequenceError,
check_pipe,
exists_mol_res_spin_data,
spin_loop,
Relax_fit
Update various model specific data structures.
- Parameters:
model (str) - The exponential curve type.
params (list of str) - A list consisting of the model parameters.
|
Set the relaxation time period associated with a given spectrum.
- Parameters:
time (float) - The time, in seconds, of the relaxation period.
spectrum_id (str) - The spectrum identification string.
|
Function for selecting the model of the exponential curve.
- Parameters:
model (str) - The exponential curve type. Can be one of 'exp', 'inv', or
'sat'.
|