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 d38f71c commit 270de32Copy full SHA for 270de32
nipype/interfaces/mrtrix3/utils.py
@@ -691,7 +691,7 @@ class MRResizeInputSpec(MRTrix3BaseInputSpec):
691
(traits.Int, traits.Int, traits.Int),
692
argstr='-size %d,%d,%d',
693
mandatory=True,
694
- desc='define the new image size for the output image. This should be '
+ desc='Number of voxels in each dimension of output image'
695
xor=['voxel_size', 'scale_factor'],
696
)
697
voxel_size = traits.Tuple(
0 commit comments