1) pyr.hoc (linked above) defines five different categories of sections with the lines
Code: Select all
public soma, dend, apic, axon, myelin
create soma[1], dend[1], apic[1], axon[1], myelin[1]
My question is, how does pyr.hoc know how to assign each chunk of data in oh140807_A0_idJ.asc to the appropriate section category (soma, dend, apic, axon, or myelin)? Looking at oh140807_A0_idJ.asc, there are parts labeled "Dendrite" (but not "dend") and "Apical" (but not "apic"), and there is a "CellBody" (but no "soma"). Do the functions Import3d_Neurolucida3 and/or Import3d_GUI called in pyr.hoc somehow know to map the "dend" sections in pyr.hoc to the "Dendrite" data in oh140807_A0_idJ.asc?
2) For the simulation I want to run, I need to find at least one branch of the apical dendrite that is 250 um from the soma (I need to attach an IClamp there). What is the best way to do that?
Thank you in advance for the help.