Skip to content
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

Can Kilosort process single channel data? #171

Closed
zzh931020 opened this issue Jan 7, 2020 · 2 comments · Fixed by #595
Closed

Can Kilosort process single channel data? #171

zzh931020 opened this issue Jan 7, 2020 · 2 comments · Fixed by #595

Comments

@zzh931020
Copy link

Hello! Does anyone know how to just process one channel at a time with Kilosort? It doesn't work if I block all other channels.

@marius10p
Copy link
Contributor

If you have more than one channel, I would always recommend processing them together, which most people do. This ensure that noise and drift are taken care of globally because there is a lot more information across all channels than on a single channel.

The crashes you experienced have to do with matrices getting squeezed with a dimension of 1. I am not sure of all the places in the code where that happens, and I don't plan to look for them in the near-future because we have other work to do.

@marius10p
Copy link
Contributor

Closing for lack of activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants