Skip to content

Commit 4ace7df

Browse files
authored
Merge pull request #2020 from effigies/fix/recon_steps
FIX: ?h.white is actually created in the -pial step
2 parents 959739c + ceb80d9 commit 4ace7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,8 @@ class ReconAll(CommandLine):
886886
('avgcurv', ['surf/lh.avg_curv'], []),
887887
('cortparc', ['label/lh.aparc.annot'], []),
888888
('pial', ['surf/lh.pial', 'surf/lh.curv.pial',
889-
'surf/lh.area.pial', 'surf/lh.thickness'], []),
889+
'surf/lh.area.pial', 'surf/lh.thickness',
890+
'surf/lh.white'], []),
890891
('parcstats', ['stats/lh.aparc.stats'], []),
891892
('cortparc2', ['label/lh.aparc.a2009s.annot'], []),
892893
('parcstats2', ['stats/lh.aparc.a2009s.stats'], []),

0 commit comments

Comments
 (0)