-
Notifications
You must be signed in to change notification settings - Fork 28
Description
What happened?
fMRIprep 25.0.0 was able to complete preprocessing this dataset https://openneuro.org/datasets/ds004630/versions/1.1.3 without any errors being reported. However the fmaps were not applied.
I've checked that the *_phasediff.json files had the correct IntendedFor arguments, but they were missing for *_magnitude1.json and *_magnitude2.json . I've added the IntendedFor arguments to these 2 jsons and did a fresh fMRIprep run on sub-06, but the fmaps were not applied as well.
It appears that the authors of this dataset had no problems with the fmaps when they ran fMRIPrep 20.2.6 previous; the output of this fMRIprep 20.2.6 run is contained in derivatives/fmriprep directory of their openneuro repository
What command did you use?
fmriprep $subdir $output_dir participant -w $work_dir \
--output-spaces MNI152NLin6Asym --cifti-output 91k \
--participant-label sub-06 --nthreads 16 --omp-nthreads 16What version of fMRIPrep are you running?
25.0.0
How are you running fMRIPrep?
Local installation ("bare-metal")
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
FreeSurfer
Please copy and paste any relevant log output.
Additional information / screenshots
No response