Naming Convention For MRI Scans in Scanner

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- and instead the first word should be the contrast label (for functional data)/modality label (for anatomical data). If needed the user can add XX at the end for additional notes about the scan. Anything after XX the code will just ignore when putting in BIDS format.

Functional data:
ContrastLabel_(BIDS format for func)XX(any personal notes)
BIDS format for func: [_ses-]_task-[_acq-][_ce-][_dir-][_rec-][_run-][_echo-]
The contrast label names are BOLD, CBV, and Phase
Ex: BOLD_task-stroop_run-1_XX_AP_0.8TR —> sub-01_task-stroop_run_1_bold.nii.gz

Anatomical data:
AnatomicalModalityLabel_(BIDS format for anat)XX(any personal notes)
BIDS format for anat: [_ses-][_acq-][_ce-][_rec-][_run-]
Examples of contrast labels: T1w (or MPRAGE), T2w, PD (or ProtonDensity), etc.
Ex: MPRAGE_ses-2_XX_6min_1mmx1mmx1mm —> sub-01_ses-2_T1w.nii.gz

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?

Same topic on github: https://github.com/bids-standard/bids-specification/issues/206

As noted on the BIDS github issue, this is what ReproIn was created for.

It would be great if people can adopt this moving forward, but the ReproIn solution can also run into many scenarios where additional human input would still be required. As examples:

  • a scan stopped 90% of the way of the run
  • a participant fell asleep
  • a participant needed to step out of the scanner (requiring a reshim)
  • some peripheral stopped working or was not connected