neurom.core.neuron.SOMA_TYPE

class neurom.core.neuron.SOMA_TYPE

Bases: object

Enumeration holding soma types

  • Type A: single point at centre
  • Type B: Three points on circumference of sphere
  • Type C: More than three points
  • INVALID: Not satisfying any of the above

Methods

get_type get the type of the soma

Attributes

A
B
C
INVALID