Author: bugman
Date: Mon Jun 10 15:51:47 2013
New Revision: 20015
URL: http://svn.gna.org/viewcvs/relax?rev=20015&view=rev
Log:
Added support for the IT99 model to the relax_disp.cpmgfit_input user
function.
This is the Ishima and Torchia 1999 2-site model for all timescales with pA
pB.
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=20015&r1=20014&r2=20015&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py Mon Jun 10
15:51:47 2013
@@ -224,6 +224,17 @@
file.write("dw 0 10.0 100\n")
file.write("kex 0.1 1.0 100\n")
+ # The function and parameters.
+ elif function == "Ishima'":
+ # Function.
+ file.write("function Ishima'\n")
+
+ # Parameters.
+ file.write("R2 1 10 20\n")
+ file.write("Rex 0.01 0.49 20\n")
+ file.write("PaDw 0 10.0 50\n")
+ file.write("Tau 0.1 1.0 50\n")
+
# The Grace setup.
file.write("xmgr\n")
file.write("@ xaxis label \"1/tcp (1/ms)\"\n")
@@ -287,6 +298,7 @@
translation = {
'LM63': 'CPMG',
'CR72': 'Full_CPMG'
+ 'IT99': "Ishima'"
}
# No translation, so fail.