Dear all,
I add IntendedFor field to the json file. it apply SDC when running on my computer.
However, if I use Singularity (for cluster):
Functional: Susceptibility distortion correction: None
Preprocessing of B0 inhomogeneity mappings: A total of 2 fieldmaps were found available within the input BIDS structure for this particular subject. A B0-nonuniformity map (or fieldmap) was estimated based on two (or more) echo-planar imaging (EPI) references with topup
It sounds like, based on this statement, that SDC was applied. Does fMRIPrep produce an fmap output folder? If so, that would be proof that it is unwarping using fieldmaps (assuming fMRIPrep is not crashing).
Also, what was your full fMRIPrep command, and are your data BIDS valid?
Preprocessing of B0 inhomogeneity mappings
: A total of 2 fieldmaps were found available within the input
BIDS structure for this particular subject.
A *B0*-nonuniformity map (or *fieldmap*) was estimated based on two (or more)
echo-planar imaging (EPI) references with `topup` (@topup; FSL 6.0.5.1:57b01774).
Functional data preprocessing
: For each of the 2 BOLD runs found per subject (across all
tasks and sessions), the following preprocessing was performed.
First, a reference volume and its skull-stripped version were generated
by aligning and averaging 1 single-band references (SBRefs).
Head-motion parameters with respect to the BOLD reference
(transformation matrices, and six corresponding rotation and translation
parameters) are estimated before any spatiotemporal filtering using
`mcflirt` [FSL 6.0.5.1:57b01774, @mcflirt].
BOLD runs were slice-time corrected to 0.954s (0.5 of slice acquisition range
0s-1.91s) using `3dTshift` from AFNI [@afni, RRID:SCR_005927].
The BOLD time-series (including slice-timing correction when applied)
were resampled onto their original, native space by applying
the transforms to correct for head-motion.
These resampled BOLD time-series will be referred to as *preprocessed
BOLD in original space*, or just *preprocessed BOLD*.
The BOLD reference was then co-registered to the T1w reference using
`mri_coreg` (FreeSurfer) followed by `flirt` [FSL 6.0.5.1:57b01774, @flirt]
with the boundary-based registration [@bbr] cost-function.
Co-registration was configured with six degrees of freedom.
First, a reference volume and its skull-stripped version were generated
using a custom
All of this suggests that SDC was applied. In the HTML report do you see the animation of before/after correction? You should see a brain being warped back and forth.
I’ve never used that argument so I do not know, perhaps in the subject’s report or log folder?
Another place that might be worth looking is your working directory. I see you did not specify one in your singularity command (it would be the -w argument). I forget where fMRIPrep makes work directory by default. If you can find the working directory, you should look for a folder like this:
If the SDC report folder does not exist (but the rest of the usual folders do), then that could suggest it was not run. If it is there, you can see the SDC report including the graphic I mentioned earlier.