mailr22328 - /trunk/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on February 26, 2014 - 12:04:
Author: bugman
Date: Wed Feb 26 12:04:16 2014
New Revision: 22328

URL: http://svn.gna.org/viewcvs/relax?rev=22328&view=rev
Log:
The relaxation dispersion auto-analysis now creates the chi2.out text file.

This is for more easily comparing the chi-squared values between analyses.


Modified:
    trunk/auto_analyses/relax_disp.py

Modified: trunk/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp.py?rev=22328&r1=22327&r2=22328&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp.py (original)
+++ trunk/auto_analyses/relax_disp.py Wed Feb 26 12:04:16 2014
@@ -628,6 +628,7 @@
 
         # Minimisation statistics.
         if not (model == 'R2eff' and has_fixed_time_exp_type()):
+            self.interpreter.value.write(param='chi2', file='chi2.out', 
dir=path, force=True)
             self.interpreter.grace.write(y_data_type='chi2', 
file='chi2.agr', dir=path, force=True)
 
         # Finally save the results.  This is last to allow the continuation 
of an interrupted analysis while ensuring that all results files have been 
created.




Related Messages


Powered by MHonArc, Updated Wed Feb 26 12:20:02 2014