mailr24465 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/


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

Header


Content

Posted by edward on July 05, 2014 - 20:37:
Author: bugman
Date: Sat Jul  5 20:37:38 2014
New Revision: 24465

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

The torsion angles needed to be swapped and the pivot point changed from the 
C terminal domain CoM
to the N domain CoM.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor_large_angle.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=24465&r1=24464&r2=24465&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
        Sat Jul  5 20:37:38 2014
@@ -67,11 +67,11 @@
 
     # The model parameters.
     EIGEN_ALPHA, EIGEN_BETA, EIGEN_GAMMA, PIVOT_DISP = eigen_system()
-    CONE_SIGMA_MAX = 10.5 / 2.0 / 360.0 * 2.0 * pi
-    CONE_SIGMA_MAX_2 = 11.5 / 2.0 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX = 11.5 / 2.0 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX_2 = 10.5 / 2.0 / 360.0 * 2.0 * pi
 
     # The pivot point.
-    PIVOT = array([26.837, -12.379, 28.342], float32)
+    PIVOT = array([41.739, 6.03, -0.764], float32)
 
 
 # Execute the analysis.

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor_large_angle.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor_large_angle.py?rev=24465&r1=24464&r2=24465&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor_large_angle.py
    (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/double_rotor_large_angle.py
    Sat Jul  5 20:37:38 2014
@@ -67,11 +67,11 @@
 
     # The model parameters.
     EIGEN_ALPHA, EIGEN_BETA, EIGEN_GAMMA, PIVOT_DISP = eigen_system()
-    CONE_SIGMA_MAX = 55.0 / 2.0 / 360.0 * 2.0 * pi
-    CONE_SIGMA_MAX_2 = 85.0 / 2.0 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX = 85.0 / 2.0 / 360.0 * 2.0 * pi
+    CONE_SIGMA_MAX_2 = 55.0 / 2.0 / 360.0 * 2.0 * pi
 
-    # The pivot points
-    PIVOT = array([26.837, -12.379, 28.342], float32)
+    # The pivot point.
+    PIVOT = array([41.739, 6.03, -0.764], float32)
 
 
 # Execute the analysis.




Related Messages


Powered by MHonArc, Updated Sat Jul 05 21:00:02 2014