mailr9844 - in /branches/bmrb/bmrblib: nmr_star_dict.py nmr_star_dict_v3_1.py nmr_star_dict_v3_2.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 29, 2009 - 14:42:
Author: bugman
Date: Thu Oct 29 14:42:57 2009
New Revision: 9844

URL: http://svn.gna.org/viewcvs/relax?rev=9844&view=rev
Log:
The method saveframes are now accessible from the API.


Modified:
    branches/bmrb/bmrblib/nmr_star_dict.py
    branches/bmrb/bmrblib/nmr_star_dict_v3_1.py
    branches/bmrb/bmrblib/nmr_star_dict_v3_2.py

Modified: branches/bmrb/bmrblib/nmr_star_dict.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/nmr_star_dict.py?rev=9844&r1=9843&r2=9844&view=diff
==============================================================================
--- branches/bmrb/bmrblib/nmr_star_dict.py (original)
+++ branches/bmrb/bmrblib/nmr_star_dict.py Thu Oct 29 14:42:57 2009
@@ -30,6 +30,7 @@
 # relax module imports.
 from bmrblib.assembly_supercategory.entity import EntitySaveframe
 from bmrblib.citations.citations import CitationsSaveframe
+from bmrblib.experimental_details.method import MethodSaveframe
 from bmrblib.experimental_details.software import SoftwareSaveframe
 from bmrblib.kinetics.relaxation import Relaxation
 from bmrblib.NMR_parameters.chem_shift_anisotropy import 
ChemShiftAnisotropySaveframe
@@ -70,6 +71,7 @@
         self.entity = EntitySaveframe(self.data.datanodes)
 
         # Initialise Supergroup 4:  The experimental descriptions saveframe 
API.
+        self.method = MethodSaveframe(self.data.datanodes)
         self.software = SoftwareSaveframe(self.data.datanodes)
 
         # Initialise Supergroup 5:  The NMR parameters saveframe API.

Modified: branches/bmrb/bmrblib/nmr_star_dict_v3_1.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/nmr_star_dict_v3_1.py?rev=9844&r1=9843&r2=9844&view=diff
==============================================================================
--- branches/bmrb/bmrblib/nmr_star_dict_v3_1.py (original)
+++ branches/bmrb/bmrblib/nmr_star_dict_v3_1.py Thu Oct 29 14:42:57 2009
@@ -30,6 +30,7 @@
 # relax module imports.
 from bmrblib.assembly_supercategory.entity_v3_1 import EntitySaveframe_v3_1
 from bmrblib.citations.citations import CitationsSaveframe
+from bmrblib.experimental_details.method import MethodSaveframe
 from bmrblib.experimental_details.software import SoftwareSaveframe
 from bmrblib.kinetics.relaxation import Relaxation_v3_1
 from bmrblib.NMR_parameters.chem_shift_anisotropy_v3_1 import 
ChemShiftAnisotropySaveframe_v3_1
@@ -54,6 +55,7 @@
         self.entity = EntitySaveframe_v3_1(self.data.datanodes)
 
         # Initialise Supergroup 4:  The experimental descriptions saveframe 
API.
+        self.method = MethodSaveframe(self.data.datanodes)
         self.software = SoftwareSaveframe(self.data.datanodes)
 
         # Initialise Supergroup 5:  The NMR parameters saveframe API.

Modified: branches/bmrb/bmrblib/nmr_star_dict_v3_2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/nmr_star_dict_v3_2.py?rev=9844&r1=9843&r2=9844&view=diff
==============================================================================
--- branches/bmrb/bmrblib/nmr_star_dict_v3_2.py (original)
+++ branches/bmrb/bmrblib/nmr_star_dict_v3_2.py Thu Oct 29 14:42:57 2009
@@ -30,6 +30,7 @@
 # relax module imports.
 from bmrblib.assembly_supercategory.entity_v3_1 import EntitySaveframe_v3_1
 from bmrblib.citations.citations import CitationsSaveframe
+from bmrblib.experimental_details.method import MethodSaveframe
 from bmrblib.experimental_details.software import SoftwareSaveframe
 from bmrblib.kinetics.relaxation import Relaxation_v3_2
 from bmrblib.NMR_parameters.chem_shift_anisotropy_v3_1 import 
ChemShiftAnisotropySaveframe_v3_1
@@ -54,6 +55,7 @@
         self.entity = EntitySaveframe_v3_1(self.data.datanodes)
 
         # Initialise Supergroup 4:  The experimental descriptions saveframe 
API.
+        self.method = MethodSaveframe(self.data.datanodes)
         self.software = SoftwareSaveframe(self.data.datanodes)
 
         # Initialise Supergroup 5:  The NMR parameters saveframe API.




Related Messages


Powered by MHonArc, Updated Thu Oct 29 15:00:02 2009