mailr12777 - /branches/relax_data/specific_fns/api_base.py


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

Header


Content

Posted by edward on March 03, 2011 - 13:09:
Author: bugman
Date: Thu Mar  3 13:09:47 2011
New Revision: 12777

URL: http://svn.gna.org/viewcvs/relax?rev=12777&view=rev
Log:
Updated the specific API back_calc_ri() method for the new relax data ID 
string design.


Modified:
    branches/relax_data/specific_fns/api_base.py

Modified: branches/relax_data/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_data/specific_fns/api_base.py?rev=12777&r1=12776&r2=12777&view=diff
==============================================================================
--- branches/relax_data/specific_fns/api_base.py (original)
+++ branches/relax_data/specific_fns/api_base.py Thu Mar  3 13:09:47 2011
@@ -34,15 +34,15 @@
     All the methods here are prototype methods.  To identify that the method 
is not available for certain analysis types, if called a RelaxImplementError 
is raised if called.
     """
 
-    def back_calc_ri(self, spin_index=None, ri_label=None, frq_label=None, 
frq=None):
-        """Back-calculation of relaxation data from the model-free parameter 
values.
+    def back_calc_ri(self, spin_index=None, ri_id=None, ri_type=None, 
frq=None):
+        """Back-calculation of relaxation data.
 
         @keyword spin_index:    The global spin index.
         @type spin_index:       int
-        @keyword ri_label:      The relaxation data type, i.e. 'R1', 'R2', 
or 'NOE'.
-        @type ri_label:         str
-        @keyword frq_label:     The field strength label.
-        @type frq_label:        str
+        @keyword ri_id:         The relaxation data ID string.
+        @type ri_id:            str
+        @keyword ri_type:       The relaxation data type.
+        @type ri_type:          str
         @keyword frq:           The field strength.
         @type frq:              float
         @return:                The back calculated relaxation data value 
corresponding to the index.




Related Messages


Powered by MHonArc, Updated Thu Mar 03 14:20:01 2011