From a0852afe06f02497eb9cd530a983a78ee3d310af Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Wed, 27 Jul 2011 11:41:47 +0200 Subject: [PATCH 1/1] Indicate that --radius option is multiple. User can set one radius by dimension --- segmentation/clitkMorphoMath.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo index c754f5e..7959bc9 100644 --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -22,7 +22,7 @@ option "fg" - "Foreground value" float no default="1" option "bg" - "Background value (0,1,3: filling value)" float no default="0" option "bound" b "0-1: Set borders to foreground/ 2:safe borders " flag off option "radius" r "Use binary ball element with given radius" int no multiple default="1" -option "radiusInMM" m "Use binary ball element with given radius in mm (rounded to nearest voxel value)" double no multiple default="1" +option "radiusInMM" m "Use binary ball element with given radius in mm (rounded to nearest voxel value), you can give one radius by dimension" double no multiple default="1" option "extend" - "Extend the image size according to radius" flag off -- 2.46.1