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 ac54739 commit 22efaf7Copy full SHA for 22efaf7
nipype/interfaces/fsl/utils.py
@@ -738,7 +738,12 @@ class ImageStatsInputSpec(FSLCommandInputSpec):
738
mask_file = File(
739
exists=True, argstr="", desc='mask file used for option -k %s')
740
index_mask_file = File(
741
- exists=True, argstr="-K %s", position=2)
+ exists=True,
742
+ argstr="-K %s",
743
+ position=2,
744
+ desc="generate seperate n submasks from indexMask, "
745
+ "for indexvalues 1..n where n is the maximum index "
746
+ "value in indexMask, and generate statistics for each submask")
747
748
749
class ImageStatsOutputSpec(TraitedSpec):
0 commit comments