mailr11501 - /1.3/specific_fns/frame_order.py


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

Header


Content

Posted by edward on August 12, 2010 - 18:11:
Author: bugman
Date: Thu Aug 12 18:11:09 2010
New Revision: 11501

URL: http://svn.gna.org/viewcvs/relax?rev=11501&view=rev
Log:
Fix for the grid search with the isotropic cone frame order models having the 
'cone_theta' parameter.


Modified:
    1.3/specific_fns/frame_order.py

Modified: 1.3/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/frame_order.py?rev=11501&r1=11500&r2=11501&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Thu Aug 12 18:11:09 2010
@@ -912,7 +912,7 @@
                 upper = 1.0
 
             # Linear angle grid from 0 to pi excluding the outer points.
-            if cdp.params[i] in ['cone_theta_x', 'cone_theta_y', 
'cone_sigma_max']:
+            if cdp.params[i] in ['cone_theta', 'cone_theta_x', 
'cone_theta_y', 'cone_sigma_max']:
                 lower = pi * (1.0/incs[i])
                 upper = pi * (1.0 - 1.0/incs[i])
 




Related Messages


Powered by MHonArc, Updated Thu Aug 12 18:20:01 2010