Skip to content

Commit

Permalink
Update src/spikeinterface/postprocessing/spike_locations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Oct 26, 2023
1 parent 4e843cb commit 1af5722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/postprocessing/spike_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def compute_spike_locations(
ms_after : float
The right window, after a peak, in milliseconds.
spike_retriver_kwargs: dict
A dict that contains the behavior for getting the maximum channel for each spike.
This contain dict contains:
A dictionary to control the behavior for getting the maximum channel for each spike.
This dictionary contains:
* channel_from_template: bool, default True
For each spike is the maximum channel computed from template or re estimated at every spikes.
channel_from_template = True is old behavior but less acurate
Expand Down

0 comments on commit 1af5722

Please sign in to comment.