bids-standard / bids-specification

Brain Imaging Data Structure (BIDS) Specification
https://bids-specification.readthedocs.io/
Creative Commons Attribution 4.0 International
276 stars 160 forks source link

Naming Convention For MRI Scans in Scanner #206

Closed mstraccia closed 5 years ago

mstraccia commented 5 years ago

BIDS is a useful way to organize brain imaging data but there appears to not yet be a convention on how to name the runs in the scanner before the data is put into the BIDS format. This is important because just looking the scans parameters, certain BIDS labels cannot be figured out without the user providing more information to the BIDS converter (e.g. the converter cannot tell if the scan is a resting state scan, if the participant was doing a task, what the run number is, etc). Different codes, such as heudiconv, has the user upload a file to inform the code what the name of the run is in the scanner and what it should be named as in BIDS format. This is unfortunate because it requires an extra step by the user and chance of a mistake or confusion by those not very familiar with the process. It would be much easier if a convention was created on how to name each scan so the code can automatically create the correct labeling without the need of uploading an additional file created by the user.

The details of what this naming convention should be is less important as agreement on the convention and having MRI groups around the world adopting the same convention.

Here is what what I propose and I'm interesting in people's feedback:

The name of run should mostly be in BIDS format already. The only changes should be the exclusion of sub-

Functional data: ContrastLabel_(BIDS format for func)XX(any personal notes) BIDS format for func: [_ses-

Anatomical data: AnatomicalModalityLabel_(BIDS format for anat)XX(any personal notes) BIDS format for anat: [_ses-

After there seems to be some agreement, we have see if researchers and techs at universities can start using this labeling convention when setting up scans for users.

Does anyone have any feedback or suggestions?

mstraccia commented 5 years ago

Same topic on NeuroStars: https://neurostars.org/t/naming-convention-for-mri-scans-in-scanner/4096

effigies commented 5 years ago

You may want to look at https://github.com/repronim/reproin

effigies commented 5 years ago

Closing for now. Please reopen if this needs further discussion.