-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem sorting NP1e data with kilosort #197
Comments
I just realized the binary i am feeding to kilosort is not scaled, trying now with a scaled one |
I used
To write a scaled binary to feed to kilosort but result is still wrong |
the scale_to_uV func was silently changeing the dtype therefore messing up the binary. After flipping the sign the sorting seems much better. |
This isn't related to your question, but you might want to consider using some preprocessing tools from spikeinterface (beyond |
Sure, this was just an initial test. I am quite happy with the result after flipping already, many good units are sorted! I will experiment with some more preprocessing though |
Do you wanna share your data so I can try running it through kilosort myself at some point? Also, feel free to close if your issue is resolved. I made another issue #202 that is specifies the problems with the loading scripts that you brought up in these issues in the past week. |
I will try next week to send you a small binary!thanks! |
Hi,
I just sorted my first ONIX rec using kilosort. This animal has been recorded lin the past using another system and showed a good number of units. However it looks like this after sorting on the ONIX:
https://github.com/user-attachments/assets/63af81d6-f5ed-46ae-907c-4f8b9013195e
Weirdly many units seems upside down. The problem is not resolved if I invert the traces though!
I used this script here:
The text was updated successfully, but these errors were encountered: