-
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
Add support for input data in BIDS format #13
Comments
BIDS is predominantly a folder structure and naming scheme for organising nifti files from multiple subjects and sessions. While our current data structure is (for subject ids 1 and 2):
A BIDS one might be like:
BIDS may also optionally contain another level of directories inside the subject folder for individual scanning sessions. So main changes are:
|
Some useful links:
|
Note that the MRIcroGL dicom to nifti converter will produce BIDS jsons (also called 'BIDS Sidecar') automatically. There's an option on the left side for 'Create BIDS Sidecar', which should be set to 'Yes, Anonymized' by default. |
The section on "BIDSification" on this GitHub page may be helpful: |
Motivation
Suggested by Chris via email:
Pitch
derivatives
folderAlternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: