Skip to content

Commit f9ec57d

Browse files
authored
Addendum to PR #1805
1 parent ab4be30 commit f9ec57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/registration/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,7 @@ def single_step_resample_timeseries_to_T1template(wf, cfg, strat_pool,
37613761
"from-bold_to-T1w_mode-image_desc-linear_xfm",
37623762
"from-bold_to-template_mode-image_xfm",
37633763
"T1w",
3764-
"desc-brain_T1w",
3764+
"desc-preproc_T1w",
37653765
"T1w-brain-template-funcreg")],
37663766
"outputs": ["space-template_desc-preproc_bold",
37673767
"space-template_desc-brain_bold",
@@ -3783,7 +3783,7 @@ def single_step_resample_timeseries_to_T1template(wf, cfg, strat_pool,
37833783
elif cfg.registration_workflows['functional_registration'][
37843784
'coregistration']['boundary_based_registration'][
37853785
'reference'] == 'brain':
3786-
node, out = strat_pool.get_data('desc-brain_T1w')
3786+
node, out = strat_pool.get_data('desc-preproc_T1w')
37873787
wf.connect(node, out, bbr2itk, 'reference_file')
37883788

37893789
node, out = strat_pool.get_data('sbref')

0 commit comments

Comments
 (0)