We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faad78f commit 1996065Copy full SHA for 1996065
src/smriprep/workflows/fit/registration.py
@@ -218,11 +218,11 @@ def init_register_template_wf(
218
(tf_select, set_reference, [
219
('t1w_file', 'template_t1w'),
220
('t2w_file', 'template_t2w'),
221
- ])
+ ]),
222
(set_reference, registration, [
223
('reference_type', 'reference'),
224
('use_histogram_matching', 'use_histogram_matching'),
225
226
(split_desc, registration, [
227
('name', 'template'),
228
('spec', 'template_spec'),
0 commit comments