You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/spikeinterface/sorters/external/kilosort4.py
+31-3Lines changed: 31 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ class Kilosort4Sorter(BaseSorter):
56
56
"save_extra_kwargs": False,
57
57
"skip_kilosort_preprocessing": False,
58
58
"scaleproc": None,
59
+
"save_preprocessed_copy": False,
59
60
"torch_device": "auto",
60
61
}
61
62
@@ -98,6 +99,7 @@ class Kilosort4Sorter(BaseSorter):
98
99
"save_extra_kwargs": "If True, additional kwargs are saved to the output",
99
100
"skip_kilosort_preprocessing": "Can optionally skip the internal kilosort preprocessing",
100
101
"scaleproc": "int16 scaling of whitened data, if None set to 200.",
102
+
"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",
101
103
"torch_device": "Select the torch device auto/cuda/cpu",
0 commit comments