Skip to content

Commit 9b3e656

Browse files
committed
Add undocumented v5.3 steps
1 parent d422183 commit 9b3e656

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,8 @@ class ReconAll(CommandLine):
730730
'surf/lh.sulc', 'surf/rh.sulc',
731731
'surf/lh.inflated.H', 'surf/rh.inflated.H',
732732
'surf/lh.inflated.K', 'surf/rh.inflated.K'], []),
733+
# Undocumented in ReconAllTableStableV5.3
734+
('curvstats', ['stats/lh.curv.stats', 'stats/rh.curv.stats'], []),
733735
]
734736
_autorecon3_steps = [
735737
('sphere', ['surf/lh.sphere', 'surf/rh.sphere'], []),
@@ -742,6 +744,7 @@ class ReconAll(CommandLine):
742744
'surf/lh.curv.pial', 'surf/rh.curv.pial',
743745
'surf/lh.area.pial', 'surf/rh.area.pial',
744746
'surf/lh.thickness', 'surf/rh.thickness'], []),
747+
# Misnamed outputs in ReconAllTableStableV5.3: ?h.w-c.pct.mgz
745748
('pctsurfcon', ['surf/lh.w-g.pct.mgh', 'surf/rh.w-g.pct.mgh'], []),
746749
('parcstats', ['stats/lh.aparc.stats', 'stats/rh.aparc.stats',
747750
'label/aparc.annot.a2009s.ctab'], []),
@@ -750,6 +753,13 @@ class ReconAll(CommandLine):
750753
('parcstats2', ['stats/lh.aparc.a2009s.stats',
751754
'stats/rh.aparc.a2009s.stats',
752755
'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'], []),
753763
('cortribbon', ['mri/lh.ribbon.mgz', 'mri/rh.ribbon.mgz',
754764
'mri/ribbon.mgz'], []),
755765
('segstats', ['stats/aseg.stats'], []),

0 commit comments

Comments
 (0)