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.
mris_expand -intensity
1 parent 726b6ea commit 0d058efCopy full SHA for 0d058ef
nipype/interfaces/freesurfer/utils.py
@@ -2923,6 +2923,12 @@ class MRIsExpandInputSpec(FSTraitedSpec):
2923
nsurfaces = traits.Int(
2924
argstr='-N %d',
2925
desc='Number of surfacces to write during expansion')
2926
+ # # Requires dev version - Re-add when min_ver/max_ver support this
2927
+ # # https://github.com/freesurfer/freesurfer/blob/9730cb9/mris_expand/mris_expand.c
2928
+ # target_intensity = traits.Tuple(
2929
+ # traits.Float, traits.File(exists=True),
2930
+ # argstr='-intensity %g %s',
2931
+ # desc='Tuple of intensity and brain volume to crop to target intensity')
2932
2933
2934
class MRIsExpandOutputSpec(TraitedSpec):
0 commit comments