mailr26024 - /branches/frame_order_cleanup/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 September 25, 2014 - 09:14:
Author: bugman
Date: Thu Sep 25 09:14:30 2014
New Revision: 26024

URL: http://svn.gna.org/viewcvs/relax?rev=26024&view=rev
Log:
Additions to the frame order auto-analysis documentation.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=26024&r1=26023&r2=26024&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Thu Sep 25 
09:14:30 2014
@@ -20,7 +20,19 @@
 
###############################################################################
 
 # Module docstring.
-"""The full frame order analysis.
+"""The automated frame order analysis protocol.
+
+
+Usage
+=====
+
+To use this analysis, you should import the following into your script:
+
+    - Frame_order_analysis:  This is a Python class which contains the 
automated protocol.  Initialising the class will execute the full analysis.  
See its documentation for all the options it accepts.
+    - Optimisation_settings:  This is a Python class which is used to set up 
and store the optimisation settings used in the automated protocol.  This 
allows for grid searches, zooming grid searches, minimisation settings, 
quasi-random Sobol' numerical integration of the PCS, and SciPy quadratic 
numerical integration of the PCS to be specified.
+
+See the sample scripts for examples of how these are used.
+
 
 
 The nested model parameter copying protocol




Related Messages


Powered by MHonArc, Updated Thu Sep 25 09:40:02 2014