-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement new interfaces for other non-MRI recorded file formats #405
Comments
A few things I found while working on this issue: For Spike2 file, CED has two kinds of files, We can either -
WDYT? |
Sorry for the late reply - I didn't see this comment! I'd start with Does it make sense? |
I had a closer look - |
Oh wow, that sounds great! Or we can also use sonpy straight away and get the interface rolling, as you prefer! |
(as in: I completely trust your judgement, go for the option that is easier or looks more proper for you to implement) Btw, do you have a link to sonpy API? |
There's no online doc. The only way to access it is by installing sonpy through |
During OHBMH @htwangtw showed me neo, a python package that can read a lot of different physiological file formats (see the list here), like Spike2 as implemented here.
@htwangtw also has some code that we could use to work on a phys2bids interface for spike2 here.
We could use it to expand our file support to other file formats. Granted, we also would need some actual recordings to work with, but we could start looking around for them.
Some of the file formats are for neurophysiology, some others are for general biosignal - and we should concentrate on those!
The text was updated successfully, but these errors were encountered: