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 93cc325 commit fa44fe6Copy full SHA for fa44fe6
nibabies/workflows/anatomical/registration.py
@@ -134,7 +134,7 @@ def init_coregistration_wf(
134
135
# Set up T1w -> T2w within-subject registration
136
coreg = pe.Node(
137
- Registration(from_file=get_file('nibabies', 'data/within_subject_t1t2.json')),
+ Registration(from_file=get_file('nibabies', 'data/t1-t2-coreg.json')),
138
name='coreg',
139
n_procs=omp_nthreads,
140
mem_gb=mem_gb,
0 commit comments