-
Notifications
You must be signed in to change notification settings - Fork 32
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
adding some "write" functions to bids-matlab #47
Comments
I have some bits of code that create BIDS datasets from "collections of .nii volumes". These can be useful when the data have been manually organized by researchers and you want to bring them into BIDS. Typical example are
with appropriate JSON files created/updated along. The renaming relies on the usual entities for filename (subject label, session, etc.) which are provided by the user, same goes for JSON if the info is not there yet... |
BIDS valid filename creation, should now be made easier by the BIDS schema (hopefully). 🤞 |
Closing this since |
We created some functions to help write and create several common BIDS files (tsv, json) in this repo.
As most of bids-matlab is for querying already existing BIDS datasets rather than "creating" then I did not thing of suggesting to add those functions in here.
But maybe some of them could have their place here.
https://github.com/cpp-lln-lab/CPP_BIDS
https://github.com/cpp-lln-lab/CPP_BIDS/blob/master/notebooks/basic_usage.ipynb
The text was updated successfully, but these errors were encountered: