-
Notifications
You must be signed in to change notification settings - Fork 0
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
Neuropixel loading issues: OverflowError: cannot convert float infinity to integer #7
Comments
Hello, We do not yet support OpenEphys files in the loading. But it may be a trivial change, would you have any issues sharing part or all of this .oebin file ? If you know public datasets in this very format that could also be an option ! |
Hello Oliche, Ah, what a pity. Here I have uploaded a one minute of the recording, in OpenEphys binary format: https://we.tl/t-Ub0AlutdPe |
Hello, The main issue seems to be that the binary file containing voltage traces is not the oebin file, but the dat file. You couldn't possibly open the file as the file filters was only looking for filtypes in In your case this is the file containing the data: After this a few more fixes were necessary to load open ephys data. You will need to update viewephys to |
Great, thanks! I can load the data now, however, when I try to use the destripe method I get the following error:
PS: using pip for upgrading (or new installation) of the ibl-neuropixel package indicates that the latest version is 1.5.0. |
Oh this is my bad, 1.6.0 was not available through pip. |
Hello IBL team,
While loading a Neuropixel data recorded from OpenEphys (.oebin file) into the viewephys GUI, I get the following error:
Any idea what might be the issue? And how I can resolve it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: