mailr24840 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py


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

Header


Content

Posted by edward on July 30, 2014 - 17:27:
Author: bugman
Date: Wed Jul 30 17:27:48 2014
New Revision: 24840

URL: http://svn.gna.org/viewcvs/relax?rev=24840&view=rev
Log:
Enabled pivot optimisation in the full_analysis.py script for the CaM frame 
order test data.


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

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py?rev=24840&r1=24839&r2=24840&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
        Wed Jul 30 17:27:48 2014
@@ -178,7 +178,7 @@
 
 # Set the initial pivot point.
 pivot = array([ 37.254, 0.5, 16.7465])
-frame_order.pivot(pivot, fix=True)
+frame_order.pivot(pivot, fix=False)
 
 # Set the paramagnetic centre position.
 paramag.centre(pos=[35.934, 12.194, -4.206])




Related Messages


Powered by MHonArc, Updated Wed Jul 30 17:40:02 2014