Skip to content

Commit

Permalink
Add Chris's comment from the fMRIPrep PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 29, 2024
1 parent 82b53cb commit 1a2d7e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aslprep/workflows/asl/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,8 @@ def init_ds_volumes_wf(
)
workflow.connect([
(inputnode, raw_sources, [("source_files", "in_files")]),
# Note that ANTs expects transforms in target-to-source order
# Reverse this for nitransforms-based resamplers
(inputnode, aslref2target, [
("anat2std_xfm", "in1"),
("aslref2anat_xfm", "in2"),
Expand Down

0 comments on commit 1a2d7e2

Please sign in to comment.