Hi,
I would like to ask you if it’s possible in NEURON to plot delayograms. I know that for the voltage attenuation - NEURON has an implemented function to plot the morphoelectrotonic transformation.
Is that possible - similar with the voltage attenuation-, to plot the total delay (TD=LD+PD, LD-local delay and PD=propagation delay) as a delayogram?
Thank you for your help!
is it possible to plot delayogram with NEURON?
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: is it possible to plot delayogram with NEURON?
What's a delayogram?stelescu wrote:I would like to ask you if it’s possible in NEURON to plot delayograms.
If "morphoelectrotonic transformation" means the neuromorphic renderingI know that for the voltage attenuation - NEURON has an implemented function to plot the morphoelectrotonic transformation.
of the electrotonic transformation, you are referring to the Impedance class
and the corresponding GUI tools under
NEURON Main Menu / Tools / Impedance.
All things are possible through programming. Given operational definitions ofIs that possible - similar with the voltage attenuation-, to plot the total delay (TD=LD+PD, LD-local delay and PD=propagation delay) as a delayogram?
local delay, propagation delay, and delayogram, NEURON has everything you
need (mostly in the Vector and Graph classes) to plot whatever you like.
delayogram
Thank your advice.
I just want to know if there is something similar with neuromorphic rendering implemented in NEURON.
Ok, I will work on making the delayogram using the NEURON Vector and Graph classes.
I hoped only that it is already written.
I just want to know if there is something similar with neuromorphic rendering implemented in NEURON.
Ok, I will work on making the delayogram using the NEURON Vector and Graph classes.
I hoped only that it is already written.