Skip to content

Commit

Permalink
Update src/spikeinterface/sorters/external/kilosort.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
JoeZiminski and zm711 authored Oct 16, 2023
1 parent c412bd4 commit 80b69fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosort.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 80b69fa

Please sign in to comment.