Skip to content

Commit 6399bc0

Browse files
committed
Don't write out goodvoxels_mask.
1 parent 51b5476 commit 6399bc0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -525,29 +525,6 @@ def init_bold_wf(
525525
mem_gb=mem_gb["resampled"],
526526
)
527527

528-
if config.workflow.project_goodvoxels:
529-
ds_goodvoxels_mask = pe.Node(
530-
DerivativesDataSink(
531-
base_directory=fmriprep_dir,
532-
space="T1w",
533-
desc="goodvoxels",
534-
suffix="mask",
535-
compress=True,
536-
dismiss_entities=("echo",),
537-
# Metadata
538-
Type="ROI",
539-
),
540-
name="ds_goodvoxels_mask",
541-
run_without_submitting=True,
542-
mem_gb=config.DEFAULT_MEMORY_MIN_GB,
543-
)
544-
ds_goodvoxels_mask.inputs.source_file = bold_file
545-
workflow.connect([
546-
(bold_fsLR_resampling_wf, ds_goodvoxels_mask, [
547-
("outputnode.goodvoxels_mask", "in_file"),
548-
]),
549-
]) # fmt:skip
550-
551528
bold_grayords_wf = init_bold_grayords_wf(
552529
grayord_density=config.workflow.cifti_output,
553530
mem_gb=1,

0 commit comments

Comments
 (0)