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.",
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits