@@ -486,7 +486,6 @@ jobs:
486
486
487
487
# Inject pretend metadata
488
488
json_sidecar=/tmp/data/${DATASET}/task-mixedgamblestask_bold.json
489
- awk 'NR==1{print; print " \"TotalReadoutTime\": 0.05,"} NR!=1' ${json_sidecar} > tmp && mv tmp ${json_sidecar}
490
489
awk 'NR==1{print; print " \"PhaseEncodingDirection\": \"j\","} NR!=1' ${json_sidecar} > tmp && mv tmp ${json_sidecar}
491
490
492
491
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -530,7 +529,8 @@ jobs:
530
529
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial participant \
531
530
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
532
531
${FASTRACK_ARG} \
533
- --sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
532
+ --use-syn-sdc --fallback-total-readout-time 0.03125 \
533
+ --sloppy --write-graph --mem-mb 14336 \
534
534
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
535
535
--nthreads 4 --cifti-output --project-goodvoxels -vv
536
536
- store_artifacts :
@@ -745,7 +745,7 @@ jobs:
745
745
# Inject pretend metadata for SDCFlows not to crash
746
746
# TODO / open question - do all echos need the metadata?
747
747
chmod +w /tmp/data/${DATASET}
748
- echo '{"PhaseEncodingDirection": "j", "TotalReadoutTime": 0.058 }' >> /tmp/data/${DATASET}/task-cuedSGT_bold.json
748
+ echo '{"PhaseEncodingDirection": "j"}' >> /tmp/data/${DATASET}/task-cuedSGT_bold.json
749
749
chmod -R -w /tmp/data/${DATASET}
750
750
751
751
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -754,7 +754,8 @@ jobs:
754
754
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep participant \
755
755
${FASTRACK_ARG} \
756
756
--me-output-echos \
757
- --fs-no-reconall --use-syn-sdc --ignore slicetiming \
757
+ --fs-no-reconall --ignore slicetiming \
758
+ --use-syn-sdc --fallback-total-readout-time 0.0625 \
758
759
--dummy-scans 1 --sloppy --write-graph \
759
760
--output-spaces MNI152NLin2009cAsym \
760
761
--mem-mb 14336 --nthreads 4 -vv
0 commit comments