mailr11054 - in /1.3/test_suite/system_tests/scripts/diff_tensor: ri_back_calc.py tensor_opt.py


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

Header


Content

Posted by edward on March 29, 2010 - 14:46:
Author: bugman
Date: Mon Mar 29 14:46:43 2010
New Revision: 11054

URL: http://svn.gna.org/viewcvs/relax?rev=11054&view=rev
Log:
Fixes for the tests of the spheroid diffusion tensor.


Modified:
    1.3/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py
    1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py

Modified: 1.3/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py?rev=11054&r1=11053&r2=11054&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py (original)
+++ 1.3/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py Mon Mar 
29 14:46:43 2010
@@ -34,7 +34,7 @@
 if ds.diff_type == 'sphere':
     diffusion_tensor.init(1.0/(6.0*2e7), fixed=False)
 elif ds.diff_type == 'spheroid':
-    diffusion_tensor.init((1.0/(6.0*5e7/3.0), -1e7, 2.0, 0.5), 
angle_units='rad', fixed=False)
+    diffusion_tensor.init((1.0/(6.0*7e7/3.0), 1e7, 2.0, pi-0.5), 
angle_units='rad', fixed=False)
 elif ds.diff_type == 'ellipsoid':
     diffusion_tensor.init((8.3333333333333335e-09, 15000000.0, 
0.33333333333333331, 1.0, 2.0, 0.5), angle_units='rad', fixed=False)
 else:

Modified: 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py?rev=11054&r1=11053&r2=11054&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py (original)
+++ 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py Mon Mar 29 
14:46:43 2010
@@ -41,7 +41,7 @@
 if ds.diff_type == 'sphere':
     diffusion_tensor.init(1.0/(6.0*2e7), fixed=False)
 elif ds.diff_type == 'spheroid':
-    diffusion_tensor.init((1.0/(6.0*5e7/3.0), -1e7, 2.0, 0.5), 
angle_units='rad', fixed=False)
+    diffusion_tensor.init((1.0/(6.0*7e7/3.0), 1e7, 2.0, pi-0.5), 
angle_units='rad', fixed=False)
 elif ds.diff_type == 'ellipsoid':
     diffusion_tensor.init((8.3333333333333335e-09, 15000000.0, 
0.33333333333333331, 1.0, 2.0, 0.5), angle_units='rad', fixed=False)
 else:




Related Messages


Powered by MHonArc, Updated Mon Mar 29 17:40:03 2010