mailr18630 - /branches/frame_order_testing/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on March 05, 2013 - 11:10:
Author: bugman
Date: Tue Mar  5 11:10:57 2013
New Revision: 18630

URL: http://svn.gna.org/viewcvs/relax?rev=18630&view=rev
Log:
The frame order auto-analysis is now compatible with the translation to 
average domain position.

The custom grid search now sets the search over these x, y and z parameters 
to None.


Modified:
    branches/frame_order_testing/auto_analyses/frame_order.py

Modified: branches/frame_order_testing/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/auto_analyses/frame_order.py?rev=18630&r1=18629&r2=18630&view=diff
==============================================================================
--- branches/frame_order_testing/auto_analyses/frame_order.py (original)
+++ branches/frame_order_testing/auto_analyses/frame_order.py Tue Mar  5 
11:10:57 2013
@@ -217,6 +217,8 @@
         incs = []
         if hasattr(cdp, 'pivot_fixed') and not cdp.pivot_fixed:
             incs += [None, None, None]
+        if hasattr(cdp, 'ave_pos_translation') and cdp.ave_pos_translation:
+            incs += [None, None, None]
 
         # The rotor model.
         if model == 'rotor':




Related Messages


Powered by MHonArc, Updated Tue Mar 05 11:40:01 2013