inserting point process
Posted: Fri Dec 03, 2010 3:11 am
Hello,
I am trying to insert a point process to a postsynaptic cell using the .loc() fn, for some reason the point process is also inserted into the presynaptic cell (i found this out using neuron.h.psection() ). Could you please tell me what i did wrong (see code):
pre = preCell()
post = postCell()
ampa = neuron.h.gluR() <-point process
ampa.loc(0.5, post)
thank you,
I am trying to insert a point process to a postsynaptic cell using the .loc() fn, for some reason the point process is also inserted into the presynaptic cell (i found this out using neuron.h.psection() ). Could you please tell me what i did wrong (see code):
pre = preCell()
post = postCell()
ampa = neuron.h.gluR() <-point process
ampa.loc(0.5, post)
thank you,