Module bruker
source code
Module for the reading of Bruker Dynamics Centre (DC) files.
|
|
|
|
|
read(ri_id=None,
file=None,
dir=None)
Read the DC data file and place all the data into the relax data
store. |
source code
|
|
|
__package__ = ' generic_fns '
|
Imports:
search,
split,
strip,
pipes,
value,
software_select,
exists_mol_res_spin_data,
name_spin,
spin_loop,
pack_data,
peak_intensity_type,
RelaxError,
open_read_file
Determine the relaxation data from the given DC data.
- Parameters:
data (list of str) - The list of Tx, Tx error, and scaling factor for a given residue
from the DC file.
|
Determine the residue number from the given DC data.
- Parameters:
data (list of str) - The list of residue info, split by whitespace, from the DC file.
|
Read the DC data file and place all the data into the relax data
store.
- Parameters:
ri_id (str) - The relaxation data ID string.
file (str) - The name of the file to open.
dir (str or None) - The directory containing the file (defaults to the current
directory if None).
|