mailr24466 - /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:46:
Author: bugman
Date: Sat Jul  5 20:46:51 2014
New Revision: 24466

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

The eigensystem was inverted.


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=24466&r1=24465&r2=24466&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:46:51 2014
@@ -39,14 +39,14 @@
     C_COM = array([26.837, -12.379, 28.342], float64)
 
     # The Z-axis as the inter CoM vector.
-    z_axis = N_COM - C_COM
+    z_axis = C_COM - N_COM
     disp = norm(z_axis)
     z_axis /= disp
 
     # The eigenframe (partly from the system_create.log file).
     eigensystem = transpose(array([
+        [ -7.778375610280605e-01, 6.284649244351433e-01, 
-7.532653237683726e-04],
         [-0.487095774865268, -0.60362450312215, -0.63116968030708 ],
-        [ -7.778375610280605e-01, 6.284649244351433e-01, 
-7.532653237683726e-04],
         z_axis
     ], float64))
 

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=24466&r1=24465&r2=24466&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:46:51 2014
@@ -39,14 +39,14 @@
     C_COM = array([26.837, -12.379, 28.342], float64)
 
     # The Z-axis as the inter CoM vector.
-    z_axis = N_COM - C_COM
+    z_axis = C_COM - N_COM
     disp = norm(z_axis)
     z_axis /= disp
 
     # The eigenframe (partly from the system_create.log file).
     eigensystem = transpose(array([
+        [ -7.778375610280605e-01, 6.284649244351433e-01, 
-7.532653237683726e-04],
         [-0.487095774865268, -0.60362450312215, -0.63116968030708 ],
-        [ -7.778375610280605e-01, 6.284649244351433e-01, 
-7.532653237683726e-04],
         z_axis
     ], float64))
 




Related Messages


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