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
So I am trying to get the eMouse_drift simulation script to test out some parameters for kilosort.
Unfortunately, I get the following error:
Number of spikes before applying cutoff: 63302
Error using reshape
Number of elements must not change. Use [] as one of the size inputs to automatically calculate the appropriate size for that
dimension.
Error in find_merges (line 25)
Wr = reshape(W, [Nfilt * nt0, 6]);
Error in main_eMouse_drift (line 87)
rez = find_merges(rez, 1);
25 Wr = reshape(W, [Nfilt * nt0, 6]);
Does anyone have any suggestions to bypass or fix this error?
Thanks a lot,
Michael
The text was updated successfully, but these errors were encountered:
So I have managed to resolve this issue by running the data creation portion (makeNewData) of main_eMouse_drift.m then running the data through the kilosort GUI and then separately running the runBenchmark poriton of main_eMouse_drift.m.
Hello,
So I am trying to get the eMouse_drift simulation script to test out some parameters for kilosort.
Unfortunately, I get the following error:
Does anyone have any suggestions to bypass or fix this error?
Thanks a lot,
Michael
The text was updated successfully, but these errors were encountered: