I’m currently in the process of converting my raw fMRI data to BIDS format and I’ve run into a bit of a snag with how to handle my phase reverse encoding files.
After the subject finishes watching a task during the fMRI scan, I immediately start the EPI phase reverse encoding sequence. I couldn’t find clear guidance in the BIDS documentation on how to incorporate these specific files into the BIDS structure.
I’m using HeuDiConv to convert everything to BIDS, and here is an example of what I usually have for the first run in my .tsv table:
series_description
sequence_name
task-backtothefuture_run-1_SBRef
epfid2d1_106
task-backtothefuture_run-1
epfid2d1_106
task-backtothefuture_run-1_PErev_SBRef
epfid2d1_106
task-backtothefuture_run-1_PErev
epfid2d1_106
I’ve found the ‘dir-’ label in the BIDS documentation and I guess something like that would be BIDS valid, wouldn’t it?
How should I name and organize the phase reverse encoding files in the BIDS directory? Should I use the same task name as in my actual task and should I use the dir- label?
Any detailed advice or examples from those who have encountered and solved this issue would be greatly appreciated!
Then it goes into the fmap folder with an epi prefix, and must use either the IntendedFor or B0FieldSource/Identifier method for associating back to your BOLD file.
where each .json file in the fmap folder has an IntendedFor field. In my case, for example, in sub-07_ses-001_run-001_epi.json I should be able to find:
All looks good (but remember to use validator to confirm)! I would add the dir label, and also I personally like to use the acq label to denote which scan it is for, for example acq-fmri or acq-dwi.