viewing a network topologically
Posted: Wed Aug 06, 2008 12:27 pm
I am working on a neuronal network simulation, including a method to generate a topologically correct 'network' shapeplot. This tool will be used as one method for visually validating a network's construction. My issue is specific to viewing a graphical version of a network (vs. a single model).
The only strategy I have at this moment is to iterate through a cell list and call upon each object's position(). I still haven't figured out how I would then plot this information. The more I read the online programming reference, the more I fear I am partially reinventing the wheel.
I'd like to retain the features of shapeplot and modelview but combine and extend them to visualize a complete network. Think in terms of a poor man's BlueBrain flythrough.
Is this feature, or components of it, already built into NEURON? Suggestions?
Thank you.
The only strategy I have at this moment is to iterate through a cell list and call upon each object's position(). I still haven't figured out how I would then plot this information. The more I read the online programming reference, the more I fear I am partially reinventing the wheel.
I'd like to retain the features of shapeplot and modelview but combine and extend them to visualize a complete network. Think in terms of a poor man's BlueBrain flythrough.
Is this feature, or components of it, already built into NEURON? Suggestions?
Thank you.