cerebellar_models.placement package¶
Module contents¶
Implementation of the BSB PlacementStrategy for cerebellar cortex reconstructions.
Submodules¶
cerebellar_models.placement.microzones module¶
- class cerebellar_models.placement.microzones.LabelCells(*args, _parent=None, _key=None, **kwargs)¶
Bases:
AfterPlacementHookSubdivide cell populations into labelled subpopulations randomly. The number of labels defines the number of subpopulations
- get_node_name()¶
- postprocess()¶
- split_indexes(ps)¶
- class cerebellar_models.placement.microzones.LabelMicrozones(*args, _parent=None, _key=None, **kwargs)¶
Bases:
LabelCellsSubdivide cell populations into labelled subpopulations of same cell counts based on their position along a provided axis. The number of labels defines the number of subpopulations
- get_node_name()¶
- postprocess()¶
- split_indexes(ps)¶