Skip to content

Commit

Permalink
Update src/spikeinterface/core/sorting_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Jun 21, 2024
1 parent c1c9f1f commit 391db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/sorting_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def spike_vector_to_indices(spike_vector: list[np.array], unit_ids: np.array, ab
unit_ids: np.array
Unit ids
absolute_index: bool, default False
It True, return absolute spike indices, else spike indices are relative to the segment.
It True, return absolute spike indices. If False, spike indices are relative to the segment.
When a unique spike vector is used, then absolute_index should be True.
When a list of spikes per segment is used, then absolute_index should be False.
Expand Down

0 comments on commit 391db33

Please sign in to comment.