From: David Sarrut Date: Wed, 27 Jul 2011 09:41:47 +0000 (+0200) Subject: Indicate that --radius option is multiple. User can set one radius by dimension X-Git-Tag: v1.3.0~263 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=a0852afe06f02497eb9cd530a983a78ee3d310af;hp=36420a4872d0f0e6abb6de60c28f3701f7f6cb43;p=clitk.git Indicate that --radius option is multiple. User can set one radius by dimension --- 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