Skip to content

Commit

Permalink
FIX volumetric
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 23, 2023
1 parent 7cc25d5 commit ad3f392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

def init_bold_volumetric_resample_wf(
*,
metadata: dict,
fieldmap_id: ty.Optional[str] = None,
omp_nthreads: int = 1,
name: str = 'bold_volumetric_resample_wf',
Expand Down
2 changes: 2 additions & 0 deletions fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
from .hmc import init_bold_hmc_wf
from .outputs import (
init_ds_bold_native_wf,
init_ds_registration_wf,
init_ds_volumes_wf,
init_func_derivatives_wf,
)
Expand Down Expand Up @@ -243,6 +244,7 @@ def init_bold_wf(
omp_nthreads=omp_nthreads,
)
bold_anat_wf = init_bold_volumetric_resample_wf(
metadata=all_metadata[0],
fieldmap_id=fieldmap_id if not multiecho else None,
omp_nthreads=omp_nthreads,
name='bold_anat_wf',
Expand Down

0 comments on commit ad3f392

Please sign in to comment.