problem with conductance unit in NEURON
Posted: Tue Jun 23, 2015 10:12 am
Greetings,
I am confused about the conductance unit in NEURON. Use the Destexhe et al.1994 model as example (https://senselab.med.yale.edu/ModelDB/s ... model=3670). The unit of conductance in the gaba.mod file is 1 (umho). The unit of conductance in HH2.mod for sodium is mho/cm2. I am trying to understand how to convert this two units. From RE.tem file, the RE cell surface is 1000 um^2. Does the sodium conductance 0.1mho/cm2 in this certain cell equivalent to 1umho?
However, when I change the unit in the HH2 from 0.1 mho/cm2 to 0.1 umho then compile. The output of the cell are same. So in the code, it looks like 0.1 mho/cm2 with 1000 um^2 surface = 0.1 umho which conflicts with my unit convert in the first paragraph. I am not sure where I got lost.
Thanks
I am confused about the conductance unit in NEURON. Use the Destexhe et al.1994 model as example (https://senselab.med.yale.edu/ModelDB/s ... model=3670). The unit of conductance in the gaba.mod file is 1 (umho). The unit of conductance in HH2.mod for sodium is mho/cm2. I am trying to understand how to convert this two units. From RE.tem file, the RE cell surface is 1000 um^2. Does the sodium conductance 0.1mho/cm2 in this certain cell equivalent to 1umho?
However, when I change the unit in the HH2 from 0.1 mho/cm2 to 0.1 umho then compile. The output of the cell are same. So in the code, it looks like 0.1 mho/cm2 with 1000 um^2 surface = 0.1 umho which conflicts with my unit convert in the first paragraph. I am not sure where I got lost.
Thanks