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 65cc4d0 commit 9974024
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 @@ -927,6 +927,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
for cbf_deriv in cbf_derivs:
# fmt:off
workflow.connect([
(compute_cbf_wf, asl_std_trans_wf, [(f"outputnode.{cbf_deriv}", f"{cbf_deriv}")]),
(asl_std_trans_wf, outputnode, [
(f"outputnode.{cbf_deriv}_std", f"{cbf_deriv}_std"),
]),
Expand Down

0 comments on commit 9974024

Please sign in to comment.