From 1af5722a356c733d9afabe69bab354362273a4f8 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 26 Oct 2023 12:03:12 +0200 Subject: [PATCH] Update src/spikeinterface/postprocessing/spike_locations.py --- src/spikeinterface/postprocessing/spike_locations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spikeinterface/postprocessing/spike_locations.py b/src/spikeinterface/postprocessing/spike_locations.py index ccf321ba80..28eed131cd 100644 --- a/src/spikeinterface/postprocessing/spike_locations.py +++ b/src/spikeinterface/postprocessing/spike_locations.py @@ -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