Skip to content

Commit 6dda499

Browse files
authored
Merge pull request #327 from madisoth/fix/t2smap_std_xfm
Use correct xfm to resample tedana t2star map to std
2 parents 62e2747 + 7f546ef commit 6dda499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ def init_bold_std_trans_wf(
10131013
# fmt:off
10141014
workflow.connect([
10151015
(inputnode, t2star_std_tfm, [("t2star", "input_image")]),
1016-
(select_std, t2star_std_tfm, [("anat2std_xfm", "transforms")]),
1016+
(mask_merge_tfms, t2star_std_tfm, [("out", "transforms")]),
10171017
(gen_ref, t2star_std_tfm, [("out_file", "reference_image")]),
10181018
(t2star_std_tfm, poutputnode, [("output_image", "t2star_std")]),
10191019
])

0 commit comments

Comments
 (0)