@@ -730,6 +730,8 @@ class ReconAll(CommandLine):
730
730
'surf/lh.sulc' , 'surf/rh.sulc' ,
731
731
'surf/lh.inflated.H' , 'surf/rh.inflated.H' ,
732
732
'surf/lh.inflated.K' , 'surf/rh.inflated.K' ], []),
733
+ # Undocumented in ReconAllTableStableV5.3
734
+ ('curvstats' , ['stats/lh.curv.stats' , 'stats/rh.curv.stats' ], []),
733
735
]
734
736
_autorecon3_steps = [
735
737
('sphere' , ['surf/lh.sphere' , 'surf/rh.sphere' ], []),
@@ -742,6 +744,7 @@ class ReconAll(CommandLine):
742
744
'surf/lh.curv.pial' , 'surf/rh.curv.pial' ,
743
745
'surf/lh.area.pial' , 'surf/rh.area.pial' ,
744
746
'surf/lh.thickness' , 'surf/rh.thickness' ], []),
747
+ # Misnamed outputs in ReconAllTableStableV5.3: ?h.w-c.pct.mgz
745
748
('pctsurfcon' , ['surf/lh.w-g.pct.mgh' , 'surf/rh.w-g.pct.mgh' ], []),
746
749
('parcstats' , ['stats/lh.aparc.stats' , 'stats/rh.aparc.stats' ,
747
750
'label/aparc.annot.a2009s.ctab' ], []),
@@ -750,6 +753,13 @@ class ReconAll(CommandLine):
750
753
('parcstats2' , ['stats/lh.aparc.a2009s.stats' ,
751
754
'stats/rh.aparc.a2009s.stats' ,
752
755
'label/aparc.annot.a2009s.ctab' ], []),
756
+ # Undocumented in ReconAllTableStableV5.3
757
+ ('cortparc3' , ['label/lh.aparc.DKTatlas40.annot' ,
758
+ 'label/rh.aparc.DKTatlas40.annot' ], []),
759
+ # Undocumented in ReconAllTableStableV5.3
760
+ ('parcstats3' , ['stats/lh.aparc.a2009s.stats' ,
761
+ 'stats/rh.aparc.a2009s.stats' ,
762
+ 'label/aparc.annot.a2009s.ctab' ], []),
753
763
('cortribbon' , ['mri/lh.ribbon.mgz' , 'mri/rh.ribbon.mgz' ,
754
764
'mri/ribbon.mgz' ], []),
755
765
('segstats' , ['stats/aseg.stats' ], []),
0 commit comments