-
Notifications
You must be signed in to change notification settings - Fork 307
Description
What happened?
Hi every one, recently I am working on a fMRIPrep for
this example dataset for subeject 33 session Y01: original -containning two imaginary and two real fieldmaps apart from two magnetitude fieldmaps under fmap folder; and processed – I merged imaginary and real fieldmaps into two phase fieldmaps first using Python Nib.arctan function.
I also tried run on my local pc, same results.
The fmriprep-output shows that there is something wrong with registration.
There is something wrong with bold brain mask.
This is the bold mask if we apply fieldmap correction:
This is the bold mask if we do not apply fieldmap:
Can you help me on this, please? How can I fix the registration problem? I have been stuck on this for a long while. Thank you! Appreciate it if you could help!
What command did you use?
#hcc platform
apptainer exec docker://nipreps/fmriprep fmriprep $inPath $outPath participant --participant-label sub-NCANDA00033 --output-spaces MNI152NLin2009cAsym MNI152NLin6Asym:res-2 anat -w $cachePath --fs-license-file $licFile --skip_bids_validation --nthreads 5 --low-mem --cifti-output --ignore slicetiming
#local pc
python -m fmriprep /Users/ruoliu/Downloads/NCANDA-sub95/raw /Users/ruoliu/Downloads/NCANDA-sub95/derivatives/fmriprep participant \
--participant-label sub-NCANDA00095 \
--output-spaces MNI152NLin2009cAsym MNI152NLin6Asym:res-2 anat \
-w /Users/ruoliu/Downloads/NCANDA-sub95/cache/fmriprep \
--fs-license-file /Users/ruoliu/Downloads/NCANDA-sub95/raw/license.txt \
--skip_bids_validation \
--nthreads 5 \
--low-mem \
--cifti-output
What version of fMRIPrep are you running?
24.1.1
How are you running fMRIPrep?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
Work directory
Please copy and paste any relevant log output.
No response
Additional information / screenshots
No response