-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for NeuropixelsV2 public and beta headstages #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonnew One thing that maybe we didn't finalize yet is how to deal with the gain conversions, and also the logic for loading the corrections from file, I will try to make a prototype of this and incorporate in this branch. |
@jonnew Actually, I think it will be easier to organize the development if we merge at this point and develop the correction logic separately. |
Leveraging the passthrough serializer interface, this PR bootstraps the required infrastructure to configure and stream data from NeuropixelsV2 devices. The current implementation has been tested on a V2 beta headstage but will require validation and testing with other probes and public devices.
The device configuration call has also been moved inside the
ContextTask
class to ensure configuration is disposed in the correct order in both exceptional termination and cancellation.Fixes #37
Fixes #48