mailr20020 - /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:49:
Author: bugman
Date: Mon Jun 10 19:49:54 2013
New Revision: 20020

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


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=20020&r1=20019&r2=20020&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:49:54 2013
@@ -228,9 +228,9 @@
         file.write("kex 0.1 1.0 100\n")
 
     # The function and parameters.
-    elif function == "Ishima'":
+    elif function == "Ishima":
         # Function.
-        file.write("function Ishima'\n")
+        file.write("function Ishima\n")
 
         # Parameters.
         file.write("R2 1 10 20\n")
@@ -301,7 +301,7 @@
     translation = {
         'LM63': 'CPMG',
         'CR72': 'Full_CPMG',
-        'IT99': "Ishima'"
+        'IT99': "Ishima"
     }
 
     # No translation, so fail.




Related Messages


Powered by MHonArc, Updated Mon Jun 10 20:20:06 2013