questions about disconnect()... delete_section()

Managing anatomically complex model cells with the CellBuilder. Importing morphometric data with NEURON's Import3D tool or Robert Cannon's CVAPP. Where to find detailed morphometric data.
Post Reply
stelescu

questions about disconnect()... delete_section()

Post by stelescu »

Hi!

I would like to make a loop in witch I would like to connect a section to different parts of the realistic 3D dendritic tree (reconstructed using Neurolucida system). I would like to find out how I should disconnect the section? Is it enough to use disconnect() at the end of the loop to disconnect the section from its parent section or I should use delete_section() also to release it before I reuse it in another loop.
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

secname disconnect()
should do the job. If you want to be absolutely sure, try it on a toy model that has just two or
three sections. Use topology() after each pass through the loop to get a printout of the
branched architecture of the model, and make sure that what you get is what you intended.
Post Reply