mailr23395 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py


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

Header


Content

Posted by edward on May 24, 2014 - 09:14:
Author: bugman
Date: Sat May 24 09:14:53 2014
New Revision: 23395

URL: http://svn.gna.org/viewcvs/relax?rev=23395&view=rev
Log:
Changed the average domain position parameter values in the CaM frame order 
system tests.

This is in the base script used by all scripts in 
test_suite/system_tests/scripts/frame_order/cam/.
The translation vector coordinates are now set, as well as the CoM Euler 
angle rotations.  These
come from the log file of the 
test_suite/shared_data/frame_order/cam/superimpose.py script, and are
needed due to the simplification of the average domain position mechanics now 
mimicking the Kabsch
superimposition algorithm.


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

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py?rev=23395&r1=23394&r2=23395&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 Sat May 24 09:14:53 2014
@@ -56,7 +56,8 @@
     NUM_INT_PTS = 50
 
     # The model parameters.
-    AVE_POS_ALPHA, AVE_POS_BETA, AVE_POS_GAMMA = 
reverse_euler_zyz(4.3434999280669997, 0.43544332764249905, 3.8013235235956007)
+    AVE_POS_X, AVE_POS_Y, AVE_POS_Z = [ -20.859750185691549,   
-2.450606987447843,   -2.191854570352916]
+    AVE_POS_ALPHA, AVE_POS_BETA, AVE_POS_GAMMA = [   5.623468683852550,    
0.435439748282942,    5.081265879629926]
     AXIS_THETA = None
     AXIS_PHI = None
     AXIS_ALPHA = None




Related Messages


Powered by MHonArc, Updated Sat May 24 09:20:03 2014