Skip to content

Commit

Permalink
doc: Fix warnings/errors in workflow visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 16, 2024
1 parent fb2f478 commit 86adc7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fmriprep/workflows/bold/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def init_bold_volumetric_resample_wf(
'PhaseEncodingDirection': 'j-',
'TotalReadoutTime': 0.03
},
mem_gb={'resampled': 1},
jacobian=True,
fieldmap_id='my_fieldmap',
)
Expand Down
2 changes: 1 addition & 1 deletion fmriprep/workflows/bold/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def init_bold_reg_wf(
omp_nthreads=1,
use_bbr=True,
bold2anat_dof=9,
bold2anat_init='auto')
bold2anat_init='t2w')
Parameters
----------
Expand Down
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/stc.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def init_bold_stc_wf(
from fmriprep.workflows.bold import init_bold_stc_wf
wf = init_bold_stc_wf(
mem_gb={'filesize': 1},
metadata={"RepetitionTime": 2.0,
"SliceTiming": [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]},
)
Expand Down

0 comments on commit 86adc7b

Please sign in to comment.