mailr11502 - /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:13:
Author: bugman
Date: Thu Aug 12 18:13:15 2010
New Revision: 11502

URL: http://svn.gna.org/viewcvs/relax?rev=11502&view=rev
Log:
Fix for the free rotor isotropic grid search - the 'cone_s1' parameter has a 
minimum of -0.125.

The previous minimum of -0.5 was no in line with Woessner's diffusion in a 
cone order parameter and
was causing the grid search to fail.


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=11502&r1=11501&r2=11502&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Thu Aug 12 18:13:15 2010
@@ -908,7 +908,7 @@
 
             # The isotropic cone order parameter.
             if cdp.params[i] == 'cone_s1':
-                lower = -0.5
+                lower = -0.125
                 upper = 1.0
 
             # Linear angle grid from 0 to pi excluding the outer points.




Related Messages


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