From b6be11bde1d9fe36adc832965ee63c73eea3f492 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 15 May 2024 13:13:53 -0400 Subject: [PATCH] Update base.py --- src/fmripost_aroma/workflows/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fmripost_aroma/workflows/base.py b/src/fmripost_aroma/workflows/base.py index 67096a3..d5eb1da 100644 --- a/src/fmripost_aroma/workflows/base.py +++ b/src/fmripost_aroma/workflows/base.py @@ -345,6 +345,7 @@ def init_single_subject_wf(subject_id: str): # Now denoise the output-space BOLD data using ICA-AROMA denoise_wf = init_denoise_wf(bold_file=bold_file) + denoise_wf.inputs.inputnode.bold_mask = functional_cache['bold_mask'] denoise_wf.inputs.inputnode.skip_vols = functional_cache['skip_vols'] workflow.connect([ (resample_to_space_wf, denoise_wf, [