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

Module bmrb

source code

The model-free analysis BMRB functions.

Functions [hide private]
str
from_bmrb_model(name=None)
The model-free model name to BMRB name mapping.
source code
 
sf_csa_read(star)
Place the CSA data from the saveframe records into the spin container.
source code
 
sf_model_free_read(star, sample_conditions=None)
Fill the spin containers with the model-free data from the saveframe records.
source code
str
to_bmrb_model(name=None)
Convert the model-free model name to the BMRB name.
source code
Variables [hide private]
  __package__ = 'specific_analyses.model_free'

Imports: pi, RelaxError, bmrb, mol_res_spin, model_map


Function Details [hide private]

from_bmrb_model(name=None)

source code 

The model-free model name to BMRB name mapping.

Parameters:
  • name (str) - The BMRB model name.
Returns: str
The corresponding model-free model name.

sf_csa_read(star)

source code 

Place the CSA data from the saveframe records into the spin container.

Parameters:
  • star (NMR_STAR instance) - The NMR-STAR dictionary object.

sf_model_free_read(star, sample_conditions=None)

source code 

Fill the spin containers with the model-free data from the saveframe records.

Parameters:
  • star (NMR_STAR instance) - The NMR-STAR dictionary object.
  • sample_conditions (None or str) - The sample condition label to read. Only one sample condition can be read per data pipe.

to_bmrb_model(name=None)

source code 

Convert the model-free model name to the BMRB name.

Parameters:
  • name (str) - The model-free model name.
Returns: str
The corresponding BMRB model name.