Skip to content

Commit 41bcfe4

Browse files
committed
FIX: Passing surface template keywords into carpetplot workflow
Ensure only volumetric templates are passed as indexing keys into the carpetplot-creation workflow. Fixes #1721.
1 parent f673eaf commit 41bcfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ def init_func_preproc_wf(
778778
freesurfer=freesurfer,
779779
mem_gb=mem_gb['resampled'],
780780
omp_nthreads=omp_nthreads,
781-
standard_spaces=std_spaces,
781+
standard_spaces=volume_std_spaces,
782782
name='bold_std_trans_wf',
783783
use_compression=not low_mem,
784784
use_fieldwarp=fmaps is not None,

0 commit comments

Comments
 (0)