Hi,
I have conducted an “anatomical” MRI experiment for T2* mapping. I have acquired multiple “anatomical” multi echo gradient recalled echo (MEGRE) runs in the same session. An important detail was manipulating the phase encoding directions across each run. Upon referring to BIDS specification, I have ended up with the following filenames:
sub-01_ses-T2s_acq-MEGRE_dir-i_run-01_magnitude.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-i_run-01_phase.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-j_run-02_magnitude.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-j_run-02_phase.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-i-_run-03_magnitude.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-i-_run-03_phase.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-j-_run-04_magnitude.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-j-_run-04_phase.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-i_run-05_magnitude.nii.gz
sub-01_ses-T2s_acq-MEGRE_dir-i_run-05_phase.nii.gz
.
.
.
So my questions are:
- Am I missing something in my file naming? I am somewhat irritated by the
i-
j-
convention to indicate reversed polarity, because dash-
means<keyword>-<value>
combo in many other cases. This might cause issues in file name parsing. - As far as I understand, BIDS says that multi echo images “MUST” be split into separate files per echo. However, in my case, this would be equivalent to e.g. splitting each measurement of a functional MRI data into separate 3D nifti files. Because I am going to analyze the echoes as my time series signal. Therefore I was thinking about keeping all my echoes in one 4D nifti file. Am I right to think this? Or is there a benefit of splitting each echo into separate files even for the “anatomical” experiments? Or would this highlight a potential change in BIDS?
I know that there are initiatives for extending BIDS so maybe there are others who would link relevant discussions.