_get_synapses

visualize.cell_morphology_visualizer.CMVDataParser._get_synapses(active_only=False)

Retrieves the synapse locations per synapse group.

Parameters:
active_only : bool

Only fetch those synapses that actually activate at some point.

Returns:

dictionary where each key is the type of the input population and the value is a list of synapse coordinates for that type of population. If rotation_with_zaxis is not None, the synapse coordinates are rotated to align with the z-axis.

Return type:

dict