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 13eff01 commit 8643a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aslprep/workflows/asl/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def init_asl_confounds_wf(

# Generate aCompCor probseg maps
acc_masks = pe.Node(aCompCorMasks(is_aseg=freesurfer), name="acc_masks")

# fmt:off
workflow.connect([
(inputnode, acc_masks, [
Expand Down Expand Up @@ -248,7 +247,7 @@ def init_asl_confounds_wf(
acc_msk_brain = pe.MapNode(ApplyMask(), name="acc_msk_brain", iterfield=["in_file"])
# fmt:off
workflow.connect([
(inputnode, acc_msk_brain, [("bold_mask", "in_mask")]),
(inputnode, acc_msk_brain, [("asl_mask", "in_mask")]),
(acc_msk_tfm, acc_msk_brain, [("output_image", "in_file")]),
])
# fmt:on
Expand Down

0 comments on commit 8643a15

Please sign in to comment.