Skip to content

Commit 2ed7fa5

Browse files
committed
Add post-6.0 mris_expand -intensity option
1 parent caa6dd5 commit 2ed7fa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,6 +2950,12 @@ class MRIsExpandInputSpec(FSTraitedSpec):
29502950
nsurfaces = traits.Int(
29512951
argstr='-N %d',
29522952
desc='Number of surfacces to write during expansion')
2953+
# # Requires dev version - Re-add when min_ver/max_ver support this
2954+
# # https://github.com/freesurfer/freesurfer/blob/9730cb9/mris_expand/mris_expand.c
2955+
# target_intensity = traits.Tuple(
2956+
# traits.Float, traits.File(exists=True),
2957+
# argstr='-intensity %g %s',
2958+
# desc='Tuple of intensity and brain volume to crop to target intensity')
29532959

29542960

29552961
class MRIsExpandOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)