Closed Helveg closed 1 year ago
The simplest approach is to add an extra condition to place_cells
of the PlacementStrategy
something like:
elif has_explicit_rotations():
rotations = self.distribute("rotations", self.partitions, indicator, positions)
morphologies = None
Currently rotations can only be applied to cell types that have morphologies. We should also run the rotation distributor if one is explicitly defined.