-
Notifications
You must be signed in to change notification settings - Fork 248
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
Read channel gain from .rec file in SpikeGadgetsRawIO. #1441
Comments
Awesome, any interest in opening the PR for this? |
Do you mean once I have a fix? Or preemptively? |
Once you have a fix. One of us will work on this when we have time, but if you have experience with the files/format it would also be great if you wanted to try to make the PR yourself. Up to you :) |
Gladly. I'm also making changes to the probeinterface and spikeinterface packages in order to support SpikeGadgets .rec files, so maybe it makes sense for me to do the same for the neo extractor. |
Updates spikegadgetsrawio.py:_parse_header() to read the channel (ntrode) gain scaling from the header file elements.
In the doc string for this class, it says:
It should be possible to read these from the header and a .rec file was recently added to test this.
The text was updated successfully, but these errors were encountered: