connected sections with different lengths and nseg

The basics of how to develop, test, and use models.
Post Reply
a_rapeaux
Posts: 1
Joined: Wed May 21, 2014 11:05 am

connected sections with different lengths and nseg

Post by a_rapeaux »

Hello,

I'm working on a model featuring myelinated axons stimulated via the extracellular mechanism.

So far I've implemented myelinated sections and unmyelinated nodes using two distinct arrays of sections with fixed nseg and length, and then used sectionref lists to assemble them into the axon with alternating nodes and internodes.
The internodes have no channel mechanics but have the extracellular mechanism, decreased membrane capacitance and increased membrane resistance.

Both types of sections have different nseg and lengths. I've noticed that especially when modeling smaller diameter axons (2-5 microns), the membrane potential has a saw-wave aspect where the extracellular field is strongest. This is related to nseg as changing it changes the aspect of the membrane potential, but attempting to increase nseg actually makes things worse with greater distortions, counterintuitively.
Right now, for a 250 micron internode I have 13 segments (and for the 3-micron nodes I have 1 segment). Increasing nseg to 27 and 3 respectively makes the distortion worse at the internodes.

To give an example, here are two screenshots of the problem:
Image

Image

The first one is with low nseg (5) per internode on a 5-micron fiber being stimulated by a sine extracellular field. The latter is the same but with higher nseg (more than 20 if I remember correctly)

It seems the low nseg case is the most logical: nodes of ranvier drive down the rest of the axon's membrane potential (after an initial rise due to the extracellular field) and there are smooth transitions between nodes. In the latter case the membrane potential seems to follow a saw-wave. What is going wrong?
ted
Site Admin
Posts: 6303
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: connected sections with different lengths and nseg

Post by ted »

I haven't seen anything like that in a model that involves extracellular. To say more, I'll have to be able to reproduce the observation. If you zip up just the hoc, mod, and ses files that are necessary to reproduce it, and email to
ted dot carnevale at yale dot edu
I'll tell you what I find out.
Post Reply