Skip to content

Commit 5060b59

Browse files
committed
ENH: Update expected outputs for FS7
1 parent dca2249 commit 5060b59

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nipype/interfaces/freesurfer/preprocess.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ class ReconAll(CommandLine):
13301330
("careg", ["mri/transforms/talairach.m3z"], []),
13311331
(
13321332
"calabel",
1333-
["mri/aseg.auto_noCCseg.mgz", "mri/aseg.auto.mgz", "mri/aseg.mgz"],
1333+
["mri/aseg.auto_noCCseg.mgz", "mri/aseg.auto.mgz", "mri/aseg.presurf.mgz"],
13341334
[],
13351335
),
13361336
("normalization2", ["mri/brain.mgz"], []),
@@ -1354,7 +1354,7 @@ class ReconAll(CommandLine):
13541354
("smooth1", ["surf/lh.smoothwm.nofix"], []),
13551355
("inflate1", ["surf/lh.inflated.nofix"], []),
13561356
("qsphere", ["surf/lh.qsphere.nofix"], []),
1357-
("fix", ["surf/lh.orig"], []),
1357+
("fix", ["surf/lh.inflated", "surf/lh.orig"], []),
13581358
(
13591359
"white",
13601360
[
@@ -1401,7 +1401,7 @@ class ReconAll(CommandLine):
14011401
("parcstats2", ["stats/lh.aparc.a2009s.stats"], []),
14021402
("cortparc3", ["label/lh.aparc.DKTatlas.annot"], []),
14031403
("parcstats3", ["stats/lh.aparc.DKTatlas.stats"], []),
1404-
("pctsurfcon", ["surf/lh.w-g.pct.mgh"], []),
1404+
("pctsurfcon", ["surf/lh.w-g.pct.mgh", "stats/lh.w-g.pct.stats"], []),
14051405
]
14061406
_autorecon3_added_steps = [
14071407
(
@@ -1431,6 +1431,8 @@ class ReconAll(CommandLine):
14311431
"label/BA_exvivo.thresh.ctab",
14321432
"label/lh.entorhinal_exvivo.label",
14331433
"label/rh.entorhinal_exvivo.label",
1434+
"label/lh.perirhinal_exvivo.label",
1435+
"label/rh.perirhinal_exvivo.label",
14341436
],
14351437
[],
14361438
),

0 commit comments

Comments
 (0)