Package specific_analyses :: Package relax_disp :: Module uf
[hide private]
[frames] | no frames]

Module uf

source code

The relaxation dispersion API object.

Functions [hide private]
 
cluster(cluster_id=None, spin_id=None)
Define spin clustering.
source code
list of str
cluster_ids()
Return the current list of cluster ID strings.
source code
 
model_setup(model, params)
Update various model specific data structures.
source code
 
select_model(model='R2eff')
Set up the model for the relaxation dispersion analysis.
source code
Variables [hide private]
  api_relax_disp = Relax_disp()
hash(x)
  __package__ = 'specific_analyses.relax_disp'

Imports: RelaxError, pipes, check_mol_res_spin_data, spin_loop, Relax_disp, check_c_modules, check_exp_type, check_pipe_type, get_curve_type, MODEL_DESC, MODEL_LIST_FULL, MODEL_PARAMS, MODEL_R2EFF


Function Details [hide private]

cluster(cluster_id=None, spin_id=None)

source code 

Define spin clustering.

Parameters:
  • cluster_id (str) - The cluster ID string.
  • spin_id (str) - The spin ID string for the spin or group of spins to add to the cluster.

cluster_ids()

source code 

Return the current list of cluster ID strings.

Returns: list of str
The list of cluster IDs.

model_setup(model, params)

source code 

Update various model specific data structures.

Parameters:
  • model (str) - The relaxation dispersion curve type.
  • params (list of str) - A list consisting of the model parameters.

select_model(model='R2eff')

source code 

Set up the model for the relaxation dispersion analysis.

Parameters:
  • model (str) - The relaxation dispersion analysis type.