neurom.core.neuron.SomaThreePoint

class neurom.core.neuron.SomaThreePoint(points)

Bases: neurom.core.neuron.BaseSoma

Type B: 3point soma Represented by 3 points. Reference: http://neuromorpho.org/SomaFormat.html

‘The first point constitutes the center of the soma. An equivalent radius (rs) is computed as the average distance of the other two points.’

Methods

__init__
iter Iterator to soma contents

Attributes

center Obtain the radius from the first stored point
points Get the set of (x, y, z, r) points this soma