basal and apical dendrites
Posted: Thu Oct 12, 2006 2:00 pm
Hello,
I have a hoc-file of a neuron. The is no difference between tha basal and apical dendrites. But I want to know, which dendrites are basal and with are apical. Is there any posibiilty finding out this in NEURON.
strdef neuron_name
neuron_name = "j8"
create a1_1
a1_1 { //dendrite
pt3dclear()
pt3dadd(9.5,-43.6,2.8,3.5)
pt3dadd(9.6,-43.4,6.2,3.5)
pt3dadd(9.4,-44.7,8.5,2.5)
}
create a1_11
a1_11 { //dendrite
pt3dclear()
pt3dadd(9.4,-44.7,8.5,2.5)
pt3dadd(10.4,-45,10.8,2)
pt3dadd(11.7,-44.7,14.2,2)
pt3dadd(12,-44.8,16.8,2)
pt3dadd(12.2,-44.9,19.5,2)
}
......
I have a hoc-file of a neuron. The is no difference between tha basal and apical dendrites. But I want to know, which dendrites are basal and with are apical. Is there any posibiilty finding out this in NEURON.
strdef neuron_name
neuron_name = "j8"
create a1_1
a1_1 { //dendrite
pt3dclear()
pt3dadd(9.5,-43.6,2.8,3.5)
pt3dadd(9.6,-43.4,6.2,3.5)
pt3dadd(9.4,-44.7,8.5,2.5)
}
create a1_11
a1_11 { //dendrite
pt3dclear()
pt3dadd(9.4,-44.7,8.5,2.5)
pt3dadd(10.4,-45,10.8,2)
pt3dadd(11.7,-44.7,14.2,2)
pt3dadd(12,-44.8,16.8,2)
pt3dadd(12.2,-44.9,19.5,2)
}
......