Skip to content

Commit

Permalink
Update src/spikeinterface/sorters/external/kilosort2_5.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 25ad163 commit c412bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosort2_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit c412bd4

Please sign in to comment.