mailr25877 - /branches/frame_order_cleanup/user_functions/frame_order.py


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

Header


Content

Posted by edward on September 17, 2014 - 17:11:
Author: bugman
Date: Wed Sep 17 17:11:37 2014
New Revision: 25877

URL: http://svn.gna.org/viewcvs/relax?rev=25877&view=rev
Log:
Changed the default oversampling factor from 100 to 1 in the 
frame_order.sobol_setup user function.

Modified:
    branches/frame_order_cleanup/user_functions/frame_order.py

Modified: branches/frame_order_cleanup/user_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/frame_order.py?rev=25877&r1=25876&r2=25877&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py  (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py  Wed Sep 17 
17:11:37 2014
@@ -349,9 +349,9 @@
 )
 uf.add_keyarg(
     name = "oversample",
-    default = 100,
+    default = 1,
     min = 1,
-    max = 10000000,
+    max = 100000,
     py_type = "int",
     desc_short = "oversampling factor",
     desc = "The generation of the Sobol' sequence oversamples as N * Ov * 
10**M, where N is the maximum number of points, Ov is the oversamling value, 
and M is the number of dimensions or torsion-tilt angles used in the system.",




Related Messages


Powered by MHonArc, Updated Wed Sep 17 17:20:03 2014