mailr18009 - /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 November 20, 2012 - 11:10:
Author: bugman
Date: Tue Nov 20 11:10:17 2012
New Revision: 18009

URL: http://svn.gna.org/viewcvs/relax?rev=18009&view=rev
Log:
Docstring edits for the frame order auto-analysis.


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=18009&r1=18008&r2=18009&view=diff
==============================================================================
--- branches/frame_order_testing/auto_analyses/frame_order.py (original)
+++ branches/frame_order_testing/auto_analyses/frame_order.py Tue Nov 20 
11:10:17 2012
@@ -59,13 +59,13 @@
         @type grid_inc_rigid:           int
         @keyword min_algor:             The minimisation algorithm (in most 
cases this should not be changed).
         @type min_algor:                str
-        @keyword num_int_pts_grid:      The number of Sobol' integration 
points to use in the grid searches.
+        @keyword num_int_pts_grid:      The number of Sobol' points for the 
PCS numerical integration in the grid searches.
         @type num_int_pts_grid:         int
-        @keyword num_int_pts_subset:    The list of the number of Sobol' 
numerical integration points to use iteratively in the optimisations after 
the grid search (for the PCS data subset).
+        @keyword num_int_pts_subset:    The list of the number of Sobol' 
points for the PCS numerical integration to use iteratively in the 
optimisations after the grid search (for the PCS data subset).
         @type num_int_pts_subset:       list of int
         @keyword func_tol_subset:       The minimisation function tolerance 
cutoff to terminate optimisation (for the PCS data subset, see the minimise 
user function).
         @type func_tol_subset:          list of float
-        @keyword num_int_pts_full:      The list of the number of Sobol' 
numerical integration points to use iteratively in the optimisations after 
the grid search (for all PCS and RDC data).
+        @keyword num_int_pts_full:      The list of the number of Sobol' 
points for the PCS numerical integration to use iteratively in the 
optimisations after the grid search (for all PCS and RDC data).
         @type num_int_pts_full:         list of int
         @keyword func_tol_full:         The minimisation function tolerance 
cutoff to terminate optimisation (for all PCS and RDC data, see the minimise 
user function).
         @type func_tol_full:            list of float




Related Messages


Powered by MHonArc, Updated Tue Nov 20 11:20:02 2012