mailr18629 - /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:03:
Author: bugman
Date: Tue Mar  5 11:03:51 2013
New Revision: 18629

URL: http://svn.gna.org/viewcvs/relax?rev=18629&view=rev
Log:
The grid search for the rigid model in the frame order auto-analysis now 
covers the translation.


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=18629&r1=18628&r2=18629&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:03:51 2013
@@ -407,19 +407,8 @@
         # Select the Frame Order model.
         self.interpreter.frame_order.select_model(model=model)
 
-        # Avoid the domain translation during the grid search.
-        changed = False
-        if hasattr(cdp, 'ave_pos_translation') and cdp.ave_pos_translation:
-            ave_pos_translation =  cdp.ave_pos_translation
-            cdp.ave_pos_translation = False
-            changed = True
-
         # Grid search (avoid the domain translation).
         self.interpreter.grid_search(inc=self.grid_inc_rigid, 
constraints=False)
-
-        # Restore the translation, then minimise again.
-        if changed:
-            cdp.ave_pos_translation = ave_pos_translation
 
         # Minimise.
         self.interpreter.minimise(self.min_algor, constraints=False)




Related Messages


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