Package specific_analyses :: Package relax_fit :: Module optimisation
[hide private]
[frames] | no frames]

Module optimisation

source code

The R1 and R2 exponential relaxation curve fitting optimisation functions.

Functions [hide private]
float
back_calc(spin=None, relax_time_id=None)
Back-calculation of peak intensity for the given relaxation time.
source code
Variables [hide private]
  __package__ = 'specific_analyses.relax_fit'

Imports: assemble_param_vector, Relax_fit_opt


Function Details [hide private]

back_calc(spin=None, relax_time_id=None)

source code 

Back-calculation of peak intensity for the given relaxation time.

Parameters:
  • spin (SpinContainer instance) - The spin container.
  • relax_time_id (str) - The ID string for the desired relaxation time.
Returns: float
The peak intensity for the desired relaxation time.