-
Notifications
You must be signed in to change notification settings - Fork 260
NeuroNexusIO: Add in appropriate streams to go with buffer API #1711
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
Conversation
OK for me. |
good idea. Done. |
@zm711 SpikeInterface tests are failing: https://github.com/SpikeInterface/spikeinterface/actions/runs/16075631831/job/45370080806?pr=4025 Since you know what's going on, could you update the test_neoextractors NeuroNexus tests too? :) |
I first implemented this before the buffer api and since this is one buffer for all streams we left them all packed together. Now that we have the buffer api we should divide these streams into
ephys data (called analog in allego docs)
din
dout
aux
No rush on this so we can wait until we figure out plexon2 tests.