-
Notifications
You must be signed in to change notification settings - Fork 247
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
Minimum requirements and interp1 #269
Comments
I noticed this too. The requirements should be updated to >=R2017b. The "makima" interpolation option is only available in that version and more recent. |
I also have this error using 2020a. The full error I get is:
Have you made any progress figuring this out? I have changed all my electrode geometry parameters and still no luck. |
@AlexSonneborn I would suggest you move this to another issue and describe your situation more thoroughly. Your error is unrelated to the one described in this issue, although it does occur at the same line. The issue we were discussing is an error related to the unrecognized "makima" interpolation algorithm in older matlab versions. |
Makima has a particularly good extrapolation behavior for channels on the end of the probes, but it's possible another one of those works as well, I'll have to try. @AlexSonneborn I need more information, like what kind of probe and how the channels are arranged. Looks like relatively few channels, so I recommend settings ops.nblocks = 1, which might prevent this error altogether. |
Hello,
Kilo2.5 is crashing when calling
Error in shift_batch_on_disk2 (line 14) shifts = interp1(ysamp, shifts, rez.yc, 'makima', 'extrap');
I think this is because the matlab version i am using is the 2017a where the "makima" interpolation method does not exist.
reading from the doc:
The available methods are:
Can you confirm if indeed the requirements for kilosort were updated and/or this interp method can be replaced by an existing method in the version i am using?
Thanks for the help and the awesome job writting kilosort :)
B
The text was updated successfully, but these errors were encountered: