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 11, 2023
1 parent 27d5fbb commit 65cc4d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,10 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
("m0scan", "inputnode.m0scan"),
("m0scan_metadata", "inputnode.m0scan_metadata"),
]),
(asl_final, compute_cbf_wf, [
("asl", "inputnode.asl_file"),
("mask", "inputnode.asl_mask"),
]),
(reduce_asl_file, compute_cbf_wf, [("aslcontext", "inputnode.aslcontext")]),
(asl_reg_wf, compute_cbf_wf, [
("outputnode.itk_t1_to_bold", "inputnode.anat_to_aslref_xfm"),
Expand Down

0 comments on commit 65cc4d0

Please sign in to comment.