neurom.core.neuron.SomaC

class neurom.core.neuron.SomaC(points)

Bases: neurom.core.neuron.BaseSoma

Type C: multiple points soma Represented by a contour. Reference: neuromorpho.org The first point constitutes the center of the soma, with coordinates (xs, ys, zs) corresponding to the average of all the points in the single contour. An equivalent radius (rs) is computed as the average distance of each point of the single contour from this center.

Methods

__init__
iter Iterator to soma contents