I was unaware that neuromorpho used that policy for a single point soma.
3-D Soma shapes are not well defined in most formats. Morphml makes
some attempts in that direction.
I've placed a tentative patch for download at
http://www.neuron.yale.edu/ftp/hines/tm ... oint_patchand anyone interested in the problem should see what it does with
http://neuromorpho.org/neuroMorpho/dabl ... 61.CNG.swcNote that the new Notice reads:
Notice: ./c10261.CNG.swc:
The first two points have different types (1 and 2) but
a single point root section is not allowed.
Adding a few points of type 1 before and after the first point
so that it looks like a sphere.
Children will be logically connected to the center point
with pt3dstyle(1,...).
If this is an incorrect repair, then change the file.
However, at present the "Adding a few points" is a lie and all it
is doing is drawing a fat circle at the proper location in the import3d gui.
Since the soma has only one point, it will not be possible to successfully
simulate at present (one can only visualize with the Import3d tool)
By the way, to use the patch in this case, cd to the lib/hoc/import3d folder whose files you want
to modify and type:
patch -p 4 < /where/you/put/import3d_single_point_patch
you may need to think a bit about whether that is really the folder used by nrngui.
With this visualization you can assess whether the spherical soma is a good idea and whether
the sphere is a good indication of the area. The area is the only thing that matters electrically.
In the visualization, all the dendrites (and axon) are connected by wires to the center of the
soma (0.5) from the proximal ends of the dendrites.
I'm happy to take suggestions about how to finish this off before committing to the repository.