visualize
❭ cell_morphology_visualizer
❭ CMVDataParser
❭ _get_synapses_at_timepoint
CMVDataParser._get_synapses_at_timepoint¶
- visualize.cell_morphology_visualizer.CMVDataParser._get_synapses_at_timepoint(time_point)¶
Retrieves the active synapses at a particular time point.
- Parameters:¶
time_point (float|int) – time point from which we want to gather the synapse activations
- Returns:¶
dictionary where each key is the type of the input population and the value is a list of active synapse coordinates for that type of population at
time_point
. Ifrotation_with_zaxis
is not None, the synapse coordinates are rotated to align with the z-axis.- Return type:¶
dict