From c412bd474565320e8fcc2db29ba82593135624d2 Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:05:40 +0100 Subject: [PATCH] Update src/spikeinterface/sorters/external/kilosort2_5.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- src/spikeinterface/sorters/external/kilosort2_5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/sorters/external/kilosort2_5.py b/src/spikeinterface/sorters/external/kilosort2_5.py index 1aa69565f5..dd9130b9ae 100644 --- a/src/spikeinterface/sorters/external/kilosort2_5.py +++ b/src/spikeinterface/sorters/external/kilosort2_5.py @@ -84,7 +84,7 @@ class Kilosort2_5Sorter(KilosortBase, BaseSorter): "scaleproc": "int16 scaling of whitened data, if None set to 200.", "save_rez_to_mat": "Save the full rez internal struc to mat file", "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", }