Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 12, 2023
1 parent babf5e0 commit 6c30ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
("t1w_aseg", "inputnode.asl_aseg"),
("t1w_aparc", "inputnode.asl_aparc"),
]),
(reduce_asl_file, asl_std_trans_wf, [("aslcontext", "inputnode.aslcontext")]),
(asl_split, asl_std_trans_wf, [("out_files", "inputnode.asl_split")]),
(asl_hmc_wf, asl_std_trans_wf, [("outputnode.xforms", "inputnode.hmc_xforms")]),
(asl_final, asl_std_trans_wf, [("mask", "inputnode.asl_mask")]),
Expand Down

0 comments on commit 6c30ce2

Please sign in to comment.