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 8d21c00 commit d20a8d1Copy full SHA for d20a8d1
fmriprep/workflows/bold/base.py
@@ -528,7 +528,7 @@ def init_bold_wf(
528
]),
529
]) # fmt:skip
530
531
- surf_std = spaces.get_nonstandard(dim=(2,))
+ surf_std = spaces.get_standard(dim=(2,))
532
if surf_std and config.workflow.run_reconall and config.workflow.cifti_output:
533
workflow.__postdesc__ += """\
534
Non-gridded (surface) resamplings were performed using the Connectome
@@ -559,8 +559,6 @@ def init_bold_wf(
559
560
561
if config.workflow.project_goodvoxels:
562
- goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb['resampled'])
563
-
564
workflow.connect([
565
(goodvoxels_bold_mask_wf, wb_vol_surf_wf, [
566
('outputnode.goodvoxels_mask', 'inputnode.volume_roi'),
0 commit comments