mailr24317 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py


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

Header


Content

Posted by edward on June 25, 2014 - 16:48:
Author: bugman
Date: Wed Jun 25 16:48:54 2014
New Revision: 24317

URL: http://svn.gna.org/viewcvs/relax?rev=24317&view=rev
Log:
Fix for the CaM double rotor frame order system tests.

The torsion angle cone_sigma_max is a half angle, therefore the full angles 
from the data generation
script are now halved in the system test script.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py?rev=24317&r1=24316&r2=24317&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
        Wed Jun 25 16:48:54 2014
@@ -39,10 +39,10 @@
     # The model parameters.
     AXIS_THETA = 1.494291741547518
     AXIS_PHI = 2.525044022476957
-    CONE_SIGMA_MAX = 10.5 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX = 10.5 / 2.0 / 360.0 * 2.0 * pi
     AXIS_THETA2 = 2.30381499622381
     AXIS_PHI2 = -2.249696457768556
-    CONE_SIGMA_MAX2 = 11.5 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX2 = 11.5 / 2.0 / 360.0 * 2.0 * pi
 
     # The pivot points.
     PIVOT = array([41.739, 6.03, -0.764], float32)




Related Messages


Powered by MHonArc, Updated Wed Jun 25 17:00:05 2014