Skip to content

Proposal for morphologies

romainbrette edited this page Jan 22, 2016 · 27 revisions

Morphology are used for two purposes: for simulation, and for access and plotting. For simulation, the geometry doesn't actually matter, only the electrical properties do.

Electrical properties

A morphology consists of a tree, each node being a branch. Each branch is a set of compartments. What we need to know for a simulation is:

  • area of each compartment;
  • resistance between two successive compartments;
  • (half-)resistance at the end points.

I propose the following idea.

First, we only store the area and total resistance of each compartment. We then assume that potential and other variables are meant at electrical, and not geometrical, middle points. That is, at half-resistance. The geometrical meaning would depend on the implied geometry, but in practice it doesn't really matter. In this way we can readily deduce all required values (i.e. sum half-resistance of successive compartments).

Second, since the resistance depends on intracellular resistivity, which is only specified later, we instead calculated an effective length, that is, so that resistance is intracellular resistivity divided by effective length (for a cylinder, 4 pi * d**2/L).

Thinking about diffusion