mailr9784 - /branches/bmrb/bmrblib/kinetics/relaxation.py


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

Header


Content

Posted by edward on October 26, 2009 - 17:17:
Author: bugman
Date: Mon Oct 26 17:17:15 2009
New Revision: 9784

URL: http://svn.gna.org/viewcvs/relax?rev=9784&view=rev
Log:
Reintroduced the temp_calibration and temp_control args to Relaxation.add().

These are not used and are provided as dummy args for compatibility between 
different BMRB formats.


Modified:
    branches/bmrb/bmrblib/kinetics/relaxation.py

Modified: branches/bmrb/bmrblib/kinetics/relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/relaxation.py?rev=9784&r1=9783&r2=9784&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Mon Oct 26 17:17:15 2009
@@ -51,7 +51,7 @@
         self.heteronucl_T2_relaxation = HeteronuclT2Saveframe(datanodes)
 
 
-    def add(self, data_type=None, frq=None, res_nums=None, res_names=None, 
atom_names=None, isotope=None, data=None, errors=None):
+    def add(self, data_type=None, frq=None, res_nums=None, res_names=None, 
atom_names=None, isotope=None, data=None, errors=None, temp_calibration=None, 
temp_control=None):
         """Add relaxation data to the data nodes.
 
         @keyword data_type:         The relaxation data type (one of 'NOE', 
'R1', or 'R2').
@@ -70,6 +70,10 @@
         @type data:                 list of float
         @keyword errors:            The errors associated with the 
relaxation data.
         @type errors:               list of float
+        @keyword temp_calibration:  The temperature calibration method 
(unused).
+        @type temp_calibration:     str
+        @keyword temp_control:      The temperature control method (unused).
+        @type temp_control:         str
         """
 
         # Pack specific the data.




Related Messages


Powered by MHonArc, Updated Mon Oct 26 17:40:03 2009