Skip to content

Commit 22efaf7

Browse files
stilley2effigies
andauthored
add index_mask_file desc
Change by @effigies Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
1 parent ac54739 commit 22efaf7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,12 @@ class ImageStatsInputSpec(FSLCommandInputSpec):
738738
mask_file = File(
739739
exists=True, argstr="", desc='mask file used for option -k %s')
740740
index_mask_file = File(
741-
exists=True, argstr="-K %s", position=2)
741+
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")
742747

743748

744749
class ImageStatsOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)