Location: Practical application of CellML 1.1: The integration of new mechanisms into a human ventricular myocyte model @ d6328d18c94e / TNNP-extended / components / IK1-pH_i-fit.gnu

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2013-05-04 07:40:04+12:00
Desc:
adding initial TODO list to keep track of what I need to do to get things working with more recent tools than my original CellMLSimulator that I used in this paper
Permanent Source URI:
https://models.physiomeproject.org/w/andre/nickerson-2008/rawfile/d6328d18c94e9dad70f4d0e4b250e89429773b62/TNNP-extended/components/IK1-pH_i-fit.gnu

# fit relative unit conductance to a Hill type relationship
k_half = 0.002
H = 1
f(x) = 1 / (1 + ((x/k_half)**H))
set logscale x
set xrange [1e-6:1e-2]
plot f(x),"IK1-pH_i-fit.data" using 2:3:4 w yerrorbars
FIT_LIMIT = 1e-6
fit f(x) "IK1-pH_i-fit.data" using 2:3 via k_half,H