mailr8971 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward on March 12, 2009 - 10:37:
Author: bugman
Date: Thu Mar 12 10:37:49 2009
New Revision: 8971

URL: http://svn.gna.org/viewcvs/relax?rev=8971&view=rev
Log:
Modified the full_analysis.py script to perform 500 MC sims and turned on 
automatic looping.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=8971&r1=8970&r2=8971&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Thu Mar 12 10:37:49 2009
@@ -196,10 +196,10 @@
 MIN_ALGOR = 'newton'
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
-MC_NUM = 200
+MC_NUM = 500
 
 # Automatic looping over all rounds until convergence (must be a boolean 
value of True or False).
-CONV_LOOP = False
+CONV_LOOP = True
 
 
 class Main:




Related Messages


Powered by MHonArc, Updated Thu Mar 12 11:40:03 2009