-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make Biscuit BIDS-aware #17
Comments
Some ideas: General process:
Properties
Everything needs to be able to be merged/split at any level. Importing/exporting:
Internals/class structure: The API can be integrated seamlessly into Biscuit by having each sid in the |
This will be handled completely by BIDSHandler |
Being able to understand that a folder is in BIDS format would be very useful as we can then see what data is contained and Biscuit could be used to view BIDS compatible MEG data as well as produce it.
There are a number of functions required for this functionality:
Doing so will require writing separate code similar to how pybids works, but for MEG data.
The API should be able to handle calls like:
etc.
The text was updated successfully, but these errors were encountered: