neurots.astrocyte.tree

NeuroTS class: Tree.

Classes

TreeGrowerSpaceColonization(neuron, ...[, ...])

Tree class.

class neurots.astrocyte.tree.TreeGrowerSpaceColonization(neuron, initial_direction, initial_point, parameters, distributions, context=None, random_generator=numpy.random)

Bases: TreeGrower

Tree class.

_initialize_algorithm()

Initialization steps.

add_section(parent, direction, first_point, stop, pathlength, process=None, children=0)

Generates a section from the parent section “act” from all the required information.

The section is added to the neuron.sections and activated.