Skip to content

Commit

Permalink
Update confounds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 13, 2023
1 parent 6122df6 commit fd44817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aslprep/workflows/asl/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def init_asl_confounds_wf(
(inputnode, t1w_mask_tfm, [
("t1w_mask", "input_image"),
("asl_mask", "reference_image"),
("t1_bold_xform", "transforms"),
("anat_to_aslref_xfm", "transforms"),
]),
(inputnode, union_mask, [("asl_mask", "mask1")]),
(t1w_mask_tfm, union_mask, [("output_image", "mask2")]),
Expand All @@ -222,7 +222,7 @@ def init_asl_confounds_wf(
workflow.connect([
(inputnode, acc_masks, [
("t1w_tpms", "in_vfs"),
(("bold", _get_zooms), "bold_zooms"),
(("asl", _get_zooms), "bold_zooms"),
]),
])
# fmt:on
Expand All @@ -237,7 +237,7 @@ def init_asl_confounds_wf(
# fmt:off
workflow.connect([
(inputnode, acc_msk_tfm, [
("t1_bold_xform", "transforms"),
("anat_to_aslref_xfm", "transforms"),
("asl_mask", "reference_image"),
]),
(acc_masks, acc_msk_tfm, [("out_masks", "input_image")]),
Expand Down

0 comments on commit fd44817

Please sign in to comment.