From 80b69fa52f7779b71053c851beffd58919a8075d Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:05:48 +0100 Subject: [PATCH] Update src/spikeinterface/sorters/external/kilosort.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- src/spikeinterface/sorters/external/kilosort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/sorters/external/kilosort.py b/src/spikeinterface/sorters/external/kilosort.py index 008b49a33d..f1d656644b 100644 --- a/src/spikeinterface/sorters/external/kilosort.py +++ b/src/spikeinterface/sorters/external/kilosort.py @@ -57,7 +57,7 @@ class KilosortSorter(KilosortBase, BaseSorter): "NT": "Batch size (if None it is automatically computed)", "wave_length": "size of the waveform extracted around each detected peak, (Default 61, maximum 81)", "delete_tmp_files": "Delete temporary files created during sorting (matlab files and the `temp_wh.dat` file that " - "contains kilosort-preprocessed data). Accepts `False` (deletes no files), `True` (deltes all files) " + "contains kilosort-preprocessed data). Accepts `False` (deletes no files), `True` (deletes all files) " "or a Tuple containing the files to delete. Options are: ('temp_wh.dat', 'matlab_files')", "delete_recording_dat": "Whether to delete the 'recording.dat' file after a successful run", }