mailr22717 - /trunk/specific_analyses/consistency_tests/parameter_object.py


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

Header


Content

Posted by edward on April 11, 2014 - 17:59:
Author: bugman
Date: Fri Apr 11 17:59:39 2014
New Revision: 22717

URL: http://svn.gna.org/viewcvs/relax?rev=22717&view=rev
Log:
Clean up and fixes for the parameter definitions in the consistency testing 
analysis.

The fixed and calculated parameters are now defined in the correct sets, and 
the description for tc
has been expanded and improved.


Modified:
    trunk/specific_analyses/consistency_tests/parameter_object.py

Modified: trunk/specific_analyses/consistency_tests/parameter_object.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/consistency_tests/parameter_object.py?rev=22717&r1=22716&r2=22717&view=diff
==============================================================================
--- trunk/specific_analyses/consistency_tests/parameter_object.py       
(original)
+++ trunk/specific_analyses/consistency_tests/parameter_object.py       Fri 
Apr 11 17:59:39 2014
@@ -42,10 +42,10 @@
 
         # Add the base information for the analysis.
         self._add_csa(default=N15_CSA)
-        self._add('orientation', scope='spin', default=15.7, 
units='degrees', desc="Angle between the 15N-1H vector and the principal axis 
of the 15N chemical shift tensor", py_type=float, grace_string='\\q\\xq\\Q')
-        self._add('tc', scope='spin', default=13 * 1e-9, units='ns', 
desc="Correlation time", py_type=float, grace_string='\\q\\xt\\f{}c\\Q')
+        self._add('orientation', scope='spin', default=15.7, 
units='degrees', desc="Angle between the 15N-1H vector and the principal axis 
of the 15N chemical shift tensor", py_type=float, set='fixed', 
grace_string='\\q\\xq\\Q')
+        self._add('tc', scope='spin', default=13 * 1e-9, units='ns', 
desc="The single global correlation time estimate/approximation", 
py_type=float, set='fixed', grace_string='\\q\\xt\\f{}c\\Q')
 
         # Add the model parameters.
-        self._add('j0', scope='spin', desc='Spectral density value at 0 MHz 
(from Farrow et al. (1995) JBNMR, 6: 153-162)', py_type=float, 
grace_string='\\qJ(0)\\Q', err=True, sim=True)
-        self._add('f_eta', scope='spin', desc='Eta-test (from Fushman et al. 
(1998) JACS, 120: 10947-10952)', py_type=float, 
grace_string='\\qF\\s\\xh\\Q', err=True, sim=True)
-        self._add('f_r2', scope='spin', desc='R2-test (from Fushman et al. 
(1998) JACS, 120: 10947-10952)', py_type=float, grace_string='\\qF\\sR2\\Q', 
err=True, sim=True)
+        self._add('j0', scope='spin', desc='Spectral density value at 0 MHz 
(from Farrow et al. (1995) JBNMR, 6: 153-162)', py_type=float, set='params', 
grace_string='\\qJ(0)\\Q', err=True, sim=True)
+        self._add('f_eta', scope='spin', desc='Eta-test (from Fushman et al. 
(1998) JACS, 120: 10947-10952)', py_type=float, set='params', 
grace_string='\\qF\\s\\xh\\Q', err=True, sim=True)
+        self._add('f_r2', scope='spin', desc='R2-test (from Fushman et al. 
(1998) JACS, 120: 10947-10952)', py_type=float, set='params', 
grace_string='\\qF\\sR2\\Q', err=True, sim=True)




Related Messages


Powered by MHonArc, Updated Fri Apr 11 18:20:02 2014