mailr24949 - /branches/R1_fitting/auto_analyses/relax_disp.py


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

Header


Content

Posted by tlinnet on August 05, 2014 - 13:52:
Author: tlinnet
Date: Tue Aug  5 13:52:22 2014
New Revision: 24949

URL: http://svn.gna.org/viewcvs/relax?rev=24949&view=rev
Log:
Made the writing out of parameter pC, be tested with the new function.

sr #3135(https://gna.org/support/?3135): Optimisation of the R1 relaxation 
rate for the off-resonance R1rho relaxation dispersion models.

Modified:
    branches/R1_fitting/auto_analyses/relax_disp.py

Modified: branches/R1_fitting/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/R1_fitting/auto_analyses/relax_disp.py?rev=24949&r1=24948&r2=24949&view=diff
==============================================================================
--- branches/R1_fitting/auto_analyses/relax_disp.py     (original)
+++ branches/R1_fitting/auto_analyses/relax_disp.py     Tue Aug  5 13:52:22 
2014
@@ -636,9 +636,7 @@
         self.write_results_test(path=path, model=model, 
models_tested=models_tested, param='pB', model_param_list=MODEL_PARAM_PA)
 
         # The pC parameter.
-        if model in [None] + MODEL_PARAM_PB:
-            self.interpreter.value.write(param='pC', file='pC.out', 
dir=path, force=True)
-            self.interpreter.grace.write(x_data_type='res_num', 
y_data_type='pC', file='pC.agr', dir=path, force=True)
+        self.write_results_test(path=path, model=model, 
models_tested=models_tested, param='pC', model_param_list=MODEL_PARAM_PB)
 
         # The Phi_ex parameter.
         if model in [None, MODEL_LM63, MODEL_M61, MODEL_DPL94]:




Related Messages


Powered by MHonArc, Updated Tue Aug 05 14:00:02 2014