Package pipe_control :: Module bruker
[hide private]
[frames] | no frames]

Module bruker

source code

Module for the reading of Bruker Dynamics Centre (DC) files.

Functions [hide private]
 
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
Variables [hide private]
  __package__ = 'pipe_control'

Imports: RelaxNoSequenceError, element_from_isotope, parse_file, pipes, software_select, exists_mol_res_spin_data, name_spin, pack_data, peak_intensity_type


Function Details [hide private]

read(ri_id=None, file=None, dir=None)

source code 

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).