Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions readme.txt → readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NEURON mod files for the I-A current from the paper:
Beck H, Ficker E, Heinemann U.
Properties of two voltage-activated potassium currents in
acutely isolated juvenile rat dentate gyrus granule cells.
J. Neurophysiol. 68, 2086-2099 (1992)
*J. Neurophysiol.* 68, 2086-2099 (1992)

Running the kinetics.hoc simulation file will show
the activation and inactivation steady-states, the time constants,
Expand All @@ -20,17 +20,23 @@ and activation kinetics have
been adjusted to give a reasonable approximation of the
voltage-clamp current traces in Figs.3A-3C.

Under unix systems:
## Under unix systems:
to compile the mod files use the command
nrnivmodl
``` nrnivmodl ```
and run the simulation hoc file with the command
nrngui kinetics.hoc
``` nrngui kinetics.hoc```

Under Windows using NEURON 5.1:
to compile the mod files use the "mknrndll" command.
## Under Windows using NEURON 5.1:
to compile the mod files use the ``` mknrndll ``` command.
A double click on the simulation file
kinetics.hoc
will open the simulation window.

\
Questions on how to use this model should be directed to
[email protected]
[email protected]


Changelog:
----------
2024-10: Converted readme to markdown