neurom.core.neuronΒΆ

Neuron classes and functions

Functions

make_soma Make a soma object from a set of points

Classes

BaseSoma Base class for a soma.
Neuron Toy neuron class for testing ideas
SOMA_TYPE Enumeration holding soma types
SomaSimpleContour Type C: multiple points soma Represented by a contour.
SomaSinglePoint Type A: 1point soma Represented by a single point.
SomaThreePoint Type B: 3point soma Represented by 3 points.