We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d22e3 commit bdd07c9Copy full SHA for bdd07c9
fmriprep/workflows/bold/base.py
@@ -505,7 +505,7 @@ def init_bold_wf(
505
]) # fmt:skip
506
507
# Goodvoxels mask might be needed in any surface resampling
508
- if config.workflow.project_goodvoxels:
+ if config.workflow.project_goodvoxels and (config.workflow.cifti_output or surf_std):
509
from .resampling import init_goodvoxels_bold_mask_wf
510
511
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb['resampled'])
0 commit comments