mailr15263 - /branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py


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

Header


Content

Posted by edward on January 26, 2012 - 11:58:
Author: bugman
Date: Thu Jan 26 11:58:47 2012
New Revision: 15263

URL: http://svn.gna.org/viewcvs/relax?rev=15263&view=rev
Log:
The frame order global parameters are now set via the value.set user function.


Modified:
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py?rev=15263&r1=15262&r2=15263&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py
 Thu Jan 26 11:58:47 2012
@@ -109,10 +109,10 @@
         paramag.centre(pos=[35.934, 12.194, -4.206])
 
         # Check the minimum.
-        cdp.ave_pos_beta = 1.1838868514111507
-        cdp.ave_pos_gamma = 0.35219976958846927
-        cdp.axis_theta = 2.1815126749944502
-        cdp.axis_phi = 0.89068285262982982
+        value.set(val=1.1838868514111507, param='ave_pos_beta')
+        value.set(val=0.35219976958846927, param='ave_pos_gamma')
+        value.set(val=2.1815126749944502, param='axis_theta')
+        value.set(val=0.89068285262982982, param='axis_phi')
         calc()
         print("\nchi2: %s" % cdp.chi2)
 




Related Messages


Powered by MHonArc, Updated Thu Jan 26 12:20:02 2012