Skip to content

Commit 3cd2fd0

Browse files
author
David Ellis
committed
FIX: Adds aseg input for a2009s Aparc2Aseg.
1 parent 56fbd21 commit 3cd2fd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/workflows/smri/freesurfer/autorecon3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,8 @@ def out_aseg(in_aparcaseg, in_aseg, out_file):
621621
out_aseg),
622622
name="Aseg")
623623
ar3_wf.connect([(aparc_2_aseg, apas_2_aseg, [('out_file', 'in_aparcaseg')]),
624-
(inputspec, apas_2_aseg, [('aseg_presurf', 'in_aseg')])])
624+
(inputspec, apas_2_aseg, [('aseg_presurf', 'in_aseg')]),
625+
(inputspec, aparc_2_aseg_2009, [('aseg_presurf', 'aseg')])])
625626

626627
apas_2_aseg.inputs.out_file = "aseg.mgz"
627628

0 commit comments

Comments
 (0)