neurots.astrocyte.grower

NeuroTS class: Grower object that contains the grower functionality.

Classes

AstrocyteGrower(input_parameters, ...[, ...])

The specific grower for astrocytes.

class neurots.astrocyte.grower.AstrocyteGrower(input_parameters, input_distributions, context, external_diametrizer=None, skip_validation=False, rng_or_seed=numpy.random)

Bases: neurots.generate.grower.NeuronGrower

The specific grower for astrocytes.

A Grower object is a container for an Astrocyte, encoded in the (groups, points) structure, as a morphIO Morphology object. A set of input distributions that store the data consumed by the algorithms and the user-selected parameters are also stored.

validate_distribs()

Astrocyte distribution validation.

validate_params()

Astrocyte parameter validation.