We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0420a3d commit 04b0a5bCopy full SHA for 04b0a5b
1 file changed
kilosort_no_license/kilosort-compiled/ks_compiled.m
@@ -19,9 +19,6 @@ function ks_master(fpath)
19
rez = fitTemplates(rez, DATA, uproj); % fit templates iteratively
20
rez = fullMPMU(rez, DATA);% extract final spike times (overlapping extraction)
21
22
- rez = merge_posthoc2(rez);
23
- fprintf('merge_posthoc2 error. Reporting pre-merge result\n');
24
-
25
% save python results file for Phy
26
rezToPhy(rez, fullfile(fpath));
27
catch
0 commit comments