We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e6f6 commit d422183Copy full SHA for d422183
nipype/interfaces/freesurfer/preprocess.py
@@ -687,7 +687,7 @@ class ReconAll(CommandLine):
687
], []),
688
('nuintensitycor', ['mri/nu.mgz'], []),
689
('normalization', ['mri/T1.mgz'], []),
690
- ('skullstrip', ['mri/talairach_with_skull.lta',
+ ('skullstrip', ['mri/transforms/talairach_with_skull.lta',
691
'mri/brainmask.auto.mgz',
692
'mri/brainmask.mgz'], []),
693
]
@@ -742,6 +742,9 @@ class ReconAll(CommandLine):
742
'surf/lh.curv.pial', 'surf/rh.curv.pial',
743
'surf/lh.area.pial', 'surf/rh.area.pial',
744
'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'], []),
748
('cortparc2', ['label/lh.aparc.a2009s.annot',
749
'label/rh.aparc.a2009s.annot'], []),
750
('parcstats2', ['stats/lh.aparc.a2009s.stats',
0 commit comments