Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 15, 2024
1 parent dcf44d6 commit b6be11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit b6be11b

Please sign in to comment.