Package bmrblib :: Module nmr_star_dict :: Class NMR_STAR
[hide private]
[frames] | no frames]

Class NMR_STAR

source code


The base object for the NMR-STAR dictionary.

Instance Methods [hide private]
 
__init__(self, title, file_path)
Initialise the NMR-STAR dictionary object.
source code
 
read(self)
Read the data from a BMRB NMR-STAR formatted file.
source code
 
write(self)
Write the data to a BMRB NMR-STAR formatted file.
source code
Class Variables [hide private]
  ext = ''
Method Details [hide private]

__init__(self, title, file_path)
(Constructor)

source code 

Initialise the NMR-STAR dictionary object.

Parameters:
  • title (str) - The title of the NMR-STAR data.
  • file_path (str) - The full file path.