Skip to content

Commit

Permalink
RF: Updated settings filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jan 24, 2025
1 parent 93cc325 commit fa44fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/workflows/anatomical/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def init_coregistration_wf(

# Set up T1w -> T2w within-subject registration
coreg = pe.Node(
Registration(from_file=get_file('nibabies', 'data/within_subject_t1t2.json')),
Registration(from_file=get_file('nibabies', 'data/t1-t2-coreg.json')),
name='coreg',
n_procs=omp_nthreads,
mem_gb=mem_gb,
Expand Down

0 comments on commit fa44fe6

Please sign in to comment.