Skip to content

Commit

Permalink
Update smriprep/workflows/fit/registration.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
mgxd and effigies authored Dec 11, 2024
1 parent 7d60ee8 commit ac9d350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smriprep/workflows/fit/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ def init_register_template_wf(
(tf_select, set_reference, [
('t1w_file', 'template_t1w'),
('t2w_file', 'template_t2w'),
])
]),
(set_reference, registration, [
('reference_type', 'reference'),
('use_histogram_matching', 'use_histogram_matching'),
])
]),
(split_desc, registration, [
('name', 'template'),
('spec', 'template_spec'),
Expand Down

0 comments on commit ac9d350

Please sign in to comment.