This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Convert between formats. #71
Comments
I wrote a python function to load binary files (see line 85), and another one to write data to a HDF5 file (although it will not match the .kwik architecture, see line 33). If it helps, I would be happy to open a PR to add them here :) |
I appreciate that very much! But I was hoping to convert to the open-ephys format, which I don't think is trivial to handle. At any rate, I just decided a few hours ago to stick with flat binaries. I was planning on using Spyking circus to sort spikes, but the OpenEphys data type doesn't seem to play nice. |
Since I no longer need this, I'm going to close the issue. If anyone wants to re-open it, you're welcome to do so! |
how did you get channel data from Binary formatted data? |
See #90 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a trivial way to convert between flat binary to the open-ephys formats? I see there is a tool to convert between open-ephys and kwik. Has this been generalized?
Thanks!
The text was updated successfully, but these errors were encountered: