Package generic_fns :: Module spectrum :: Class Bruker_import
[hide private]
[frames] | no frames]

Class Bruker_import

source code

Instance Methods [hide private]
 
__init__(self, dir=None, exp_type=None, file=None, UI='prompt', output_file=None)
Function to import Bruker Protein Dynamic Center (PDC) files.
source code
 
__str__(self)
Function to allow to return a value.
source code
 
collect_entries(self)
Function to collect entries for the NOE/R1/R2 relax dummy file.
source code
 
create_file(self)
Function to write the file.
source code
 
read_file(self, filename)
Function to read the file.
source code
Method Details [hide private]

__init__(self, dir=None, exp_type=None, file=None, UI='prompt', output_file=None)
(Constructor)

source code 

Function to import Bruker Protein Dynamic Center (PDC) files.

Parameters:
  • dir (str) - The directory to save the new file in.
  • file (str) - The Bruker PDC output file.
  • exp_type (str) - The type of experiment, e.g. NOE, T1 or T2
  • UI (str) - The relax user interface (either 'prompt' or 'GUI').
  • output_file (str) - The file to save the imported list.