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 9865245 commit 90bdda8Copy full SHA for 90bdda8
nibabies/workflows/anatomical/base.py
@@ -417,7 +417,9 @@ def init_infant_anat_wf(
417
(inputnode, surface_recon_wf, [
418
("subject_id", "inputnode.subject_id"),
419
("subjects_dir", "inputnode.subjects_dir"),
420
- ("t2w", "inputnode.t2w"),
+ ]),
421
+ (coregistration_wf, surface_recon_wf, [
422
+ ("outputnode.t2w_preproc", "inputnode.t2w"),
423
]),
424
(anat_seg_wf, surface_recon_wf, [
425
("outputnode.anat_aseg", "inputnode.ants_segs"),
0 commit comments