-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KS3 having peoblem with getMeWtW while KS2 works! #345
Comments
i'm having the same issue 157 0.09 sec, 1 batches, 628 spikes Error in getMeWtW (line 30) Error in trackAndSort (line 100) Error in ksGUI/runSpikesort (line 792) Error in ksGUI/runAll (line 628) Error in ksGUI>@( Error while evaluating UIControl Callback. |
I believe this is related to the use of linear probes, see issue #338. |
I tried the fix offered in issue #338 and the sorting worked fine, thanks |
That fix should be fine. I pushed an official fix now setting the minimum horizontal pitch to 5um. |
Hello everyone,
I am using a Neuronexus 32 channel electrode and facing the following error in Kilosort3 while kilosort2 works fine on my data!
Index in position 1 is invalid. Array indices must be
positive integers or logical values.
Error in getMeWtW (line 30)
iList = int32(gpuArray(isort(iNear, :))); % return the
list of pairs for each template
Error in trackAndSort (line 100)
[WtW, iList] = getMeWtW(single(W), single(U), Nnearest);
Somehow rez.W and rez.U are empty arrays. Do you have any suggestions?
Thank you in advance.
The text was updated successfully, but these errors were encountered: