mailr23209 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py


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

Header


Content

Posted by edward on May 16, 2014 - 16:55:
Author: bugman
Date: Fri May 16 16:55:55 2014
New Revision: 23209

URL: http://svn.gna.org/viewcvs/relax?rev=23209&view=rev
Log:
Parameter update for the isotropic cone CaM frame order test model 
optimisation script.

The Euler angles for the rotation about the motional pivot have been replaced 
by the translation
vector and Euler angle CoM rotation parameters.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py?rev=23209&r1=23208&r2=23209&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py
 (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py
 Fri May 16 16:55:55 2014
@@ -8,7 +8,8 @@
 
 
 # The real parameter values.
-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 = [ -21.269217407269576,   
-3.122610661328414,   -2.400652421655998]
+AVE_POS_ALPHA, AVE_POS_BETA, AVE_POS_GAMMA = [   5.623469076122531,    
0.435439405668396,    5.081265529106499]
 AXIS_THETA = 0.96007997859534299767
 AXIS_PHI = 4.03227550621962294031
 CONE_THETA = 0.6
@@ -85,6 +86,9 @@
 frame_order.quad_int(flag=False)
 
 # Check the minimum.
+value.set(param='ave_pos_x', val=AVE_POS_X)
+value.set(param='ave_pos_y', val=AVE_POS_Y)
+value.set(param='ave_pos_z', val=AVE_POS_Z)
 value.set(param='ave_pos_alpha', val=AVE_POS_ALPHA)
 value.set(param='ave_pos_beta', val=AVE_POS_BETA)
 value.set(param='ave_pos_gamma', val=AVE_POS_GAMMA)




Related Messages


Powered by MHonArc, Updated Sat May 17 18:20:03 2014