Question about handling dummy scans with fMRIPrep

Dear all,

I have a question regarding the deletion of dummy scans in fMRI preprocessing. My dataset includes both resting-state and task-based fMRI. To avoid the effects of scanner instability at the beginning of the acquisition, I have reserved 6 seconds between the scanner trigger and the official start of the task.

Now, I am planning to preprocess the data using FMRIPREP, but I am unsure about the correct way to handle these initial 6 seconds. Should I:

  1. Remove the first 6 seconds of data before running FMRIPREP,
  2. Use the -dummy-scans option within FMRIPREP, or
  3. Remove the first 6 seconds after FMRIPREP preprocessing but before performing the main analysis?

I would appreciate any guidance or best practices on this.

Thank you in advance!
Huiying Deng

Hi @Huiying_Deng,

I would not remove the data before running fMRIPrep. People looking at your dataset will expect the raw data to be untouched, straight from the scanner, and removing those volumes would violate that. Instead, I would use the --dummy-scans option in fMRIPrep, and be sure to include the one-hot regressors from that in your first level analyses. This recommendation could change in special circumstances, for example there is so bad motion in the beginning that brain registration is affected.

Best,
Steven