-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (95 loc) · 3.89 KB
/
index.html
File metadata and controls
96 lines (95 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html><head>
<!-- base -->
<title>NEUROFIT</title></head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td>
<div align="center">
<h1>NEUROFIT</h1>
Software for fitting Hodgkin-Huxley Models to Voltage-Clamp data<br><br>
<a href="http://www.uoguelph.ca/%7Eawillms/index.html">Allan Willms</a>
</div>
</td><td>
<img src="index_files/nf2.gif" align="right" height="348" width="472">
</td></tr></tbody></table>
<h2>About NEUROFIT</h2>
<big><strong>This is version 1.7</strong></big> released May 21,
2004.
<a target="_self" href="http://www.uoguelph.ca/%7Eawillms/neurofit/releasenotes.html">Release Notes</a>.
<p>
NEUROFIT is a program which fits Hodgkin-Huxley models to voltage-clamp data.
NEUROFIT is available freely online at
</p><div align="center">
<code>
<a href="http://www.uoguelph.ca/%7Eawillms/neurofit/">
http://www.uoguelph.ca/~awillms/neurofit/</a>.
</code>
</div>
NEUROFIT should run on any Microsoft Windows environment.
<p>
Bug reports and comments should be sent to
<a href="mailto:AWillms@uoguelph.ca?subject=NEUROFIT%20bug%20report">
Allan Willms</a>.
</p><h3>Installation Instructions</h3>
<ol>
<li><a target="_self" href="http://www.uoguelph.ca/%7Eawillms/neurofit/NEUROFITInstall.zip">Download <code>NEUROFITInstall.zip</code>
</a> (2.8 MB)
</li><li>Install NEUROFIT by simply unzipping the file
<code>NEUROFITInstall.zip</code> somewhere; it doesn't matter
where. You will get a directory called <code>NEUROFIT</code>.
</li><li> To run NEUROFIT, launch <code>NEUROFIT.exe</code> in the
<code>NEUROFIT</code> directory.
</li><li> Usage instructions and a tutorial are available from within NEUROFIT by
clicking on "Help".
</li><li><a href="mailto:AWillms@uoguelph.ca?subject=NEUROFIT%20Registration">Register via email</a>
to receive email notification whenever this software is updated.
</li></ol>
<h3>Acknowledgements</h3>
The code which performs the nonlinear least squares fitting is a C
translation and adaptation of an implementation of the
Levenberg-Marquardt algorithm written in Fortran and freely available from the
<a href="http://www.netlib.org/">Netlib Mathematical Software Repository</a>
(lmder.f).
The translation was done by Howie Kuo and adaptations to allow for linear
inequality constraints were completed by
Allan Willms. The remainder of the code for the nonlinear fitting
algorithm, and all of the code for the quick fit linear algorithm was
written by Allan Willms.
The user interface was written by Greg Ewing and Allan Willms using
the Python interpretive language
(freely available from
<code><a href="http://python.org/">http://python.org/</a></code>).
A Python interpreter is bundled as part of the NEUROFIT package.
<p>
Support for this project has been given by:
</p><ul compact="compact">
<li> The University of Canterbury, Internal Research Grant U6322.
</li><li> The Royal Society of New Zealand, International Science and Technology
Linkages Fund, NZ/USA Co-operative Science Programme, grants 99-CSP-49-WILL
and 01-CSP-44-WILL.
</li><li> The laboratory of Prof. R.M. Harris-Warrick, Department of Neurobiology
and Behavior, Cornell University, Ithaca,
USA.
</li></ul>
<h3>References</h3>
This software is introduced and its convergence properties are described
in:
<br>
A.R. Willms,
<cite>NEUROFIT: software for fitting Hodgkin-Huxley models to voltage-clamp
data</cite>,
J. Neurosci. Meth. <strong>121</strong> (2002), 139-150.
<p>
The nonlinear fitting algorithm is described in:
<br>
A.R. Willms, D.J. Baro, R.M. Harris-Warrick, and
J. Guckenheimer,
<cite>An improved parameter estimation method for Hodgkin-Huxley
models</cite>,
J. Comput. Neurosci. <strong>6</strong> (1999), 145-168.
</p><p>
The quick fit algorithm is based on the one described in:
<br>
T.I. Tóth and V. Crunelli, <cite>A numerical procedure to estimate
kinetic and steady-state characteristics of inactivating ionic
currents</cite>, J. Neurosci. Meth. <strong>63</strong> (1995), 1-12.
</p></body></html>