mailr23614 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.py


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

Header


Content

Posted by edward on June 03, 2014 - 09:00:
Author: bugman
Date: Tue Jun  3 09:00:25 2014
New Revision: 23614

URL: http://svn.gna.org/viewcvs/relax?rev=23614&view=rev
Log:
Increased the grid search bounds for the frame order average domain 
translation.

Instead of being a 10 Angstrom box centred at {0, 0, 0}, now the translation 
search has been
increased to a 100 Angstrom box.

Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=23614&r1=23613&r2=23614&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Tue 
Jun  3 09:00:25 2014
@@ -391,8 +391,8 @@
 
             # Average domain position translation (in a +/- 5 Angstrom box).
             if cdp.params[i] in ['ave_pos_x', 'ave_pos_y', 'ave_pos_z']:
-                lower = -5
-                upper = 5
+                lower = -50
+                upper = 50
 
             # Linear angle grid from 0 to one inc before 2pi.
             if cdp.params[i] in ['ave_pos_alpha', 'ave_pos_gamma', 
'eigen_alpha', 'eigen_gamma', 'axis_phi']:




Related Messages


Powered by MHonArc, Updated Tue Jun 03 09:20:02 2014