@@ -1330,7 +1330,7 @@ class ReconAll(CommandLine):
1330
1330
("careg" , ["mri/transforms/talairach.m3z" ], []),
1331
1331
(
1332
1332
"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" ],
1334
1334
[],
1335
1335
),
1336
1336
("normalization2" , ["mri/brain.mgz" ], []),
@@ -1354,7 +1354,7 @@ class ReconAll(CommandLine):
1354
1354
("smooth1" , ["surf/lh.smoothwm.nofix" ], []),
1355
1355
("inflate1" , ["surf/lh.inflated.nofix" ], []),
1356
1356
("qsphere" , ["surf/lh.qsphere.nofix" ], []),
1357
- ("fix" , ["surf/lh.orig" ], []),
1357
+ ("fix" , ["surf/lh.inflated" , "surf/lh. orig" ], []),
1358
1358
(
1359
1359
"white" ,
1360
1360
[
@@ -1401,7 +1401,7 @@ class ReconAll(CommandLine):
1401
1401
("parcstats2" , ["stats/lh.aparc.a2009s.stats" ], []),
1402
1402
("cortparc3" , ["label/lh.aparc.DKTatlas.annot" ], []),
1403
1403
("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" ], []),
1405
1405
]
1406
1406
_autorecon3_added_steps = [
1407
1407
(
@@ -1431,6 +1431,8 @@ class ReconAll(CommandLine):
1431
1431
"label/BA_exvivo.thresh.ctab" ,
1432
1432
"label/lh.entorhinal_exvivo.label" ,
1433
1433
"label/rh.entorhinal_exvivo.label" ,
1434
+ "label/lh.perirhinal_exvivo.label" ,
1435
+ "label/rh.perirhinal_exvivo.label" ,
1434
1436
],
1435
1437
[],
1436
1438
),
0 commit comments