Questions about extracellular mechanisms
Posted: Wed Aug 30, 2006 12:10 pm
Hi all,
my name is Marco Pirini and I'm a new Neuron user at Duke University. I'm working with the precompiled 5.9 version of Neuron on Windows XP.
I should implement a unique model with several neurons; some of them requires a 2-layer (default) extracellular mechanism, other require only 1 layer extracellular mechanism. How could it be possible to have these different configurations in the same .mod file?
I've tried the following things:
- to look for infomation on the Extracellular page in the on-line help documentation, where it's suggested to change the line:
#define EXTRACELLULAR 2
in nrn/src/nrnoc/options.h and to recompile:
recompile both nrnoc and nrniv
what does this last statement mean?
- anyway, the previous method should't solve my problem, since I need to have two different extracellular mechanisms in the same .mod file. So, I'm thinking to find the source file for the extracellular mechanism and, saving and compiling it with a different name, changing it accordingly to the number of layers I need. In this manner, I could have as many extracellular mechanism as I want. The question is: where could I find the source code? I can't find the file:
$NEURONHOME/src/nrnoc/extcell.c
indicated by on-line guide.
Could anyone please help me?
Thanks, have a nice day
my name is Marco Pirini and I'm a new Neuron user at Duke University. I'm working with the precompiled 5.9 version of Neuron on Windows XP.
I should implement a unique model with several neurons; some of them requires a 2-layer (default) extracellular mechanism, other require only 1 layer extracellular mechanism. How could it be possible to have these different configurations in the same .mod file?
I've tried the following things:
- to look for infomation on the Extracellular page in the on-line help documentation, where it's suggested to change the line:
#define EXTRACELLULAR 2
in nrn/src/nrnoc/options.h and to recompile:
recompile both nrnoc and nrniv
what does this last statement mean?
- anyway, the previous method should't solve my problem, since I need to have two different extracellular mechanisms in the same .mod file. So, I'm thinking to find the source file for the extracellular mechanism and, saving and compiling it with a different name, changing it accordingly to the number of layers I need. In this manner, I could have as many extracellular mechanism as I want. The question is: where could I find the source code? I can't find the file:
$NEURONHOME/src/nrnoc/extcell.c
indicated by on-line guide.
Could anyone please help me?
Thanks, have a nice day