Skip to content

Commit

Permalink
Merge pull request #327 from madisoth/fix/t2smap_std_xfm
Browse files Browse the repository at this point in the history
Use correct xfm to resample tedana t2star map to std
  • Loading branch information
mgxd committed Dec 11, 2023
2 parents 62e2747 + 7f546ef commit 6dda499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/workflows/bold/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def init_bold_std_trans_wf(
# fmt:off
workflow.connect([
(inputnode, t2star_std_tfm, [("t2star", "input_image")]),
(select_std, t2star_std_tfm, [("anat2std_xfm", "transforms")]),
(mask_merge_tfms, t2star_std_tfm, [("out", "transforms")]),
(gen_ref, t2star_std_tfm, [("out_file", "reference_image")]),
(t2star_std_tfm, poutputnode, [("output_image", "t2star_std")]),
])
Expand Down

0 comments on commit 6dda499

Please sign in to comment.