mailr6459 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on June 23, 2008 - 22:47:
Author: bugman
Date: Mon Jun 23 22:41:51 2008
New Revision: 6459

URL: http://svn.gna.org/viewcvs/relax?rev=6459&view=rev
Log:
The spin container is no longer passed into all calls to return_units() from 
return_data_desc().


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=6459&r1=6458&r2=6459&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Mon Jun 23 22:41:51 2008
@@ -1877,13 +1877,13 @@
         if name == 's2s':
             return 'S2s, the slower motion model-free generalised order 
parameter'
         if name == 'local_tm':
-            return 'The spin specific global correlation time (' + 
self.return_units('local_tm', spin=spin) + ')'
+            return 'The spin specific global correlation time (' + 
self.return_units('local_tm') + ')'
         if name == 'te':
-            return 'Single motion effective internal correlation time (' + 
self.return_units('te', spin=spin) + ')'
+            return 'Single motion effective internal correlation time (' + 
self.return_units('te') + ')'
         if name == 'tf':
-            return 'Faster motion effective internal correlation time (' + 
self.return_units('tf', spin=spin) + ')'
+            return 'Faster motion effective internal correlation time (' + 
self.return_units('tf') + ')'
         if name == 'ts':
-            return 'Slower motion effective internal correlation time (' + 
self.return_units('ts', spin=spin) + ')'
+            return 'Slower motion effective internal correlation time (' + 
self.return_units('ts') + ')'
         if name == 'rex':
             rex_units = self.return_units('rex', spin=spin)
             if rex_units:
@@ -1893,7 +1893,7 @@
         if name == 'r':
             return 'Bond length (' + self.return_units('r') + ')'
         if name == 'csa':
-            return 'Chemical shift anisotropy (' + self.return_units('csa', 
spin=spin) + ')'
+            return 'Chemical shift anisotropy (' + self.return_units('csa') 
+ ')'
         if name == 'chi2':
             return 'Chi-squared value'
         if name == 'iter':




Related Messages


Powered by MHonArc, Updated Mon Jun 23 23:00:38 2008