Package specific_analyses :: Package model_free :: Module parameter_object
[hide private]
[frames] | no frames]

Module parameter_object

source code

The module for the Lipari-Szabo model-free parameter list object.

Classes [hide private]
  Model_free_params
The Lipari-Szabo model-free parameter list singleton.
Functions [hide private]
float
rex_scaling(model_info=None)
Determine the scaling factor for the Rex parameter.
source code
float
rex_upper(incs=None, model_info=None)
Determine the grid search upper bound for the Rex parameter.
source code
Variables [hide private]
  __package__ = 'specific_analyses.model_free'

Imports: pi, N15_CSA, relax_data, Param_list, conv_factor_rex, units_rex


Function Details [hide private]

rex_scaling(model_info=None)

source code 

Determine the scaling factor for the Rex parameter.

Parameters:
  • model_info (int) - The model information from model_loop(). This index is zero for the global models or equal to the global spin index (which covers the molecule, residue, and spin indices).
Returns: float
The scaling factor for the Rex parameter.

rex_upper(incs=None, model_info=None)

source code 

Determine the grid search upper bound for the Rex parameter.

Parameters:
  • incs (int) - The number of grid search increments.
  • model_info (int) - The model information from model_loop(). This index is zero for the global models or equal to the global spin index (which covers the molecule, residue, and spin indices).
Returns: float
The grid search upper bound for the Rex parameter.