Skip to content

Commit fa44fe6

Browse files
committed
RF: Updated settings filename
1 parent 93cc325 commit fa44fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/anatomical/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def init_coregistration_wf(
134134

135135
# Set up T1w -> T2w within-subject registration
136136
coreg = pe.Node(
137-
Registration(from_file=get_file('nibabies', 'data/within_subject_t1t2.json')),
137+
Registration(from_file=get_file('nibabies', 'data/t1-t2-coreg.json')),
138138
name='coreg',
139139
n_procs=omp_nthreads,
140140
mem_gb=mem_gb,

0 commit comments

Comments
 (0)