Skip to content

Commit 7f546ef

Browse files
committed
Use correct bold2std xfm to resample t2star map
1 parent 62e2747 commit 7f546ef

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)