mailr4505 - /branches/consistency_tests_1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on January 08, 2008 - 19:59:
Author: semor
Date: Tue Jan  8 19:59:38 2008
New Revision: 4505

URL: http://svn.gna.org/viewcvs/relax?rev=4505&view=rev
Log:
Placed back the 'orientation' and 'tc' values in the Ct default_value() 
method.

This change was proposed by Edward d'Auvergne in the following post:
https://mail.gna.org/public/relax-devel/2008-01/msg00005.html (Message-id:
<7f080ed10801080047nde3a3c8ucccd5f40ea7c21ea@xxxxxxxxxxxxxx>)


Modified:
    branches/consistency_tests_1.3/specific_fns/consistency_tests.py

Modified: branches/consistency_tests_1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/consistency_tests.py?rev=4505&r1=4504&r2=4505&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Tue Jan  
8 19:59:38 2008
@@ -30,7 +30,7 @@
 from base_class import Common_functions
 from maths_fns.consistency_tests import Consistency
 from relax_errors import RelaxError, RelaxFuncSetupError, RelaxNoPipeError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxNucleusError, RelaxParamSetError
-from physical_constants import N15_CSA, NH_BOND_LENGTH, ORIENTATION, TC
+from physical_constants import N15_CSA, NH_BOND_LENGTH
 
 
 class Consistency_tests(Common_functions):
@@ -257,13 +257,13 @@
         elif param == 'nucleus':
             return 'N'
 
-        # Angle Theta
+        # Angle Theta (default value)
         elif param == 'orientation':
-            return THETA
-
-        # Correlation time
+            return 15.7
+
+        # Correlation time (default value)
         elif param == 'tc':
-            return TC
+            return 13 * 1e-9
 
 
     def num_instances(self, run=None):




Related Messages


Powered by MHonArc, Updated Tue Jan 08 20:20:30 2008