We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf9377 commit 0e5f50fCopy full SHA for 0e5f50f
1 file changed
src/spikeinterface/postprocessing/localization_tools.py
@@ -667,14 +667,14 @@ def compute_location_max_channel(
667
"""
668
Localize a unit using max channel.
669
670
- This use inetrnally get_template_extremum_channel()
+ This uses interrnally `get_template_extremum_channel()`
671
672
673
Parameters
674
----------
675
templates_or_sorting_analyzer : SortingAnalyzer | Templates
676
A SortingAnalyzer or Templates object
677
- unit_ids: str | int | None
+ unit_ids: list[str] | list[int] | None
678
A list of unit_id to restrict the computation
679
peak_sign : "neg" | "pos" | "both"
680
Sign of the template to find extremum channels
0 commit comments