Skip to content

Commit

Permalink
Extend param description.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jul 31, 2024
1 parent c320d6c commit e51088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosort4.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Kilosort4Sorter(BaseSorter):
"save_extra_kwargs": "If True, additional kwargs are saved to the output",
"skip_kilosort_preprocessing": "Can optionally skip the internal kilosort preprocessing",
"scaleproc": "int16 scaling of whitened data, if None set to 200.",
"save_preprocessed_copy": "save a pre-processed copy of the data (including drift correction) to temp_wh.dat in the results directory",
"save_preprocessed_copy": "save a pre-processed copy of the data (including drift correction) to temp_wh.dat in the results directory and format Phy output to use that copy of the data",
"torch_device": "Select the torch device auto/cuda/cpu",
}

Expand Down

0 comments on commit e51088a

Please sign in to comment.