mailr20019 - /branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py


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

Header


Content

Posted by edward on June 10, 2013 - 19:39:
Author: bugman
Date: Mon Jun 10 19:39:41 2013
New Revision: 20019

URL: http://svn.gna.org/viewcvs/relax?rev=20019&view=rev
Log:
Fix for the LM63 model for the relax_disp.cpmgfit_input user function.

The grid search was incorrectly set up - the parameter is Tau, not tex.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py

Modified: branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py?rev=20019&r1=20018&r2=20019&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py Mon Jun 10 
19:39:41 2013
@@ -214,7 +214,7 @@
         # Parameters.
         file.write("R2 1 10 20\n")
         file.write("Rex 0 100.0 100\n")
-        file.write("tex 0 10.0 100\n")
+        file.write("Tau 0 10.0 100\n")
 
     # The function and parameters.
     elif function == 'Full_CPMG':




Related Messages


Powered by MHonArc, Updated Mon Jun 10 20:00:02 2013