mailr20032 - /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 11, 2013 - 15:05:
Author: bugman
Date: Tue Jun 11 15:05:13 2013
New Revision: 20032

URL: http://svn.gna.org/viewcvs/relax?rev=20032&view=rev
Log:
Fixes for the relax_disp.cpmgfit_input user function for the IT99 model grid 
search options.


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=20032&r1=20031&r2=20032&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py Tue Jun 11 
15:05:13 2013
@@ -234,9 +234,9 @@
 
         # Parameters.
         file.write("R2 1 10 20\n")
-        file.write("Rex 0.01 0.49 20\n")
+        file.write("Rex 0 100.0 50\n")
         file.write("PaDw 2 10.0 50\n")
-        file.write("Tau 0.1 1.0 50\n")
+        file.write("Tau 0.1 10.0 50\n")
 
     # The Grace setup.
     file.write("xmgr\n")




Related Messages


Powered by MHonArc, Updated Tue Jun 11 15:20:02 2013