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 caa6dd5 commit 2ed7fa5Copy full SHA for 2ed7fa5
nipype/interfaces/freesurfer/utils.py
@@ -2950,6 +2950,12 @@ class MRIsExpandInputSpec(FSTraitedSpec):
2950
nsurfaces = traits.Int(
2951
argstr='-N %d',
2952
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')
2959
2960
2961
class MRIsExpandOutputSpec(TraitedSpec):
0 commit comments