Skip to content

Commit d422183

Browse files
committed
Missing/mislocated v5.3.0 recon-all steps
1 parent 4a7e6f6 commit d422183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ class ReconAll(CommandLine):
687687
], []),
688688
('nuintensitycor', ['mri/nu.mgz'], []),
689689
('normalization', ['mri/T1.mgz'], []),
690-
('skullstrip', ['mri/talairach_with_skull.lta',
690+
('skullstrip', ['mri/transforms/talairach_with_skull.lta',
691691
'mri/brainmask.auto.mgz',
692692
'mri/brainmask.mgz'], []),
693693
]
@@ -742,6 +742,9 @@ class ReconAll(CommandLine):
742742
'surf/lh.curv.pial', 'surf/rh.curv.pial',
743743
'surf/lh.area.pial', 'surf/rh.area.pial',
744744
'surf/lh.thickness', 'surf/rh.thickness'], []),
745+
('pctsurfcon', ['surf/lh.w-g.pct.mgh', 'surf/rh.w-g.pct.mgh'], []),
746+
('parcstats', ['stats/lh.aparc.stats', 'stats/rh.aparc.stats',
747+
'label/aparc.annot.a2009s.ctab'], []),
745748
('cortparc2', ['label/lh.aparc.a2009s.annot',
746749
'label/rh.aparc.a2009s.annot'], []),
747750
('parcstats2', ['stats/lh.aparc.a2009s.stats',

0 commit comments

Comments
 (0)