mailr17984 - /branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py


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

Header


Content

Posted by edward on November 15, 2012 - 10:37:
Author: bugman
Date: Thu Nov 15 10:37:47 2012
New Revision: 17984

URL: http://svn.gna.org/viewcvs/relax?rev=17984&view=rev
Log:
Small fixes for the multi_processor_test.py psuedo-elliptic frame order model 
script.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py?rev=17984&r1=17983&r2=17984&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py
 Thu Nov 15 10:37:47 2012
@@ -92,9 +92,9 @@
 value.set(param='eigen_alpha', val=3.14159265358979311600+0.1)
 value.set(param='eigen_beta', val=0.96007997859534310869+0.1)
 value.set(param='eigen_gamma', val=4.03227550621962294031+0.1)
-value.set(param='cone_theta_x', val=30.0 * 2.0 * pi / 360.0+0.5)
-value.set(param='cone_theta_y', val=50.0 * 2.0 * pi / 360.0+0.5)
-value.set(param='cone_sigma_max', val=60.0 * 2.0 * pi / 360.0+0.5)
+value.set(param='cone_theta_x', val=0.5235987755982988+0.1)    # 30 deg.
+value.set(param='cone_theta_y', val=0.8726646259971648+0.1)    # 50 deg.
+value.set(param='cone_sigma_max', val=1.0471975511965976+0.1)    # 60 deg.
 calc()
 print("\nchi2: %s" % repr(cdp.chi2))
 




Related Messages


Powered by MHonArc, Updated Fri Nov 16 09:00:02 2012