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/kilosort.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ class KilosortSorter(KilosortBase, BaseSorter):
55
55
"Nrank": 3.0,
56
56
"nfullpasses": 6.0,
57
57
"maxFR": 20000,
58
-
"scaleproc": 200.0,
59
58
"Th": [4.0, 10.0, 10.0],
60
59
"lam": [5.0, 5.0, 5.0],
61
60
"nannealpasses": 4.0,
@@ -97,7 +96,6 @@ class KilosortSorter(KilosortBase, BaseSorter):
97
96
"Nrank": "Matrix rank of spike template model. (Default 3.0)",
98
97
"nfullpasses": "Number of complete passes through data during optimization. (Default 6.0)",
99
98
"maxFR": "Maximum number of spikes to extract per batch. (Default 20000)",
100
-
"scaleproc": "int16 scaling of whitened data. (Default 200.0)",
101
99
"Th": "Threshold for detecting spikes on template-filtered data. Array of 3 values: [initial, final, final pass]. (Default [4.0, 10.0, 10.0])",
102
100
"lam": "Regularization parameter for template amplitudes. Large means amplitudes are forced around the mean. Array of 3 values: [initial, final, final pass]. (Default [5.0, 5.0, 5.0])",
103
101
"nannealpasses": "Number of annealing passes. Should be less than nfullpasses. (Default 4.0)",
0 commit comments