Page 1 of 1

To save the neuron with new morphology in a .hoc file

Posted: Fri Mar 31, 2006 2:10 am
by Jose Gomez
Hi,
I loaded a neuron from a .hoc file and I have changed the its morphology, cutting randomly some dendrites with “delete_section()”. Now, I would like to save this new neuron in a hoc file. How can I do this?

Thank you very much in advanced
Jose

Posted: Fri Mar 31, 2006 10:55 am
by ted
If the model's geometry was defined with pt3d specification, you can import it into a
CellBuilder, then save the CellBuilder to a session file. If geometry was defined using
the stylized (L, diam) specification, you're out of luck.

Posted: Mon Apr 03, 2006 3:56 am
by Jose Gomez
Thank you very much for your help.
It works perfectly