single_cell_parser
❭ cell_parser
❭ CellParser
❭ insert_hh_membrane
CellParser.insert_hh_membrane¶
- single_cell_parser.cell_parser.CellParser.insert_hh_membrane(label)¶
Set up a Hodgkin-Huxley membrane with default values.
Sets up the cell structure
label
with a Hodgkin-Huxley membrane that has the following properties:\(\bar{g}_{L} = 0.0003 \, S/cm^2\)
\(E_{L} = -54.3 \, mV\)
Soma:
\(\bar{g}_{Na} = 0.003 \, S/cm^2\)
\(\bar{g}_{K} = 0.01 \, S/cm^2\)
Axon:
\(\bar{g}_{Na} = 3.0 \, S/cm^2\)
\(\bar{g}_{K} = 0.0 \, S/cm^2\)
Dendrite:
\(\bar{g}_{Na} = 0.003 \, S/cm^2\)
\(\bar{g}_{K} = 0.01 \, S/cm^2\)