]> Creatis software - clitk.git/commitdiff
Indicate that --radius option is multiple. User can set one radius by dimension
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 09:41:47 +0000 (11:41 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 09:41:47 +0000 (11:41 +0200)
segmentation/clitkMorphoMath.ggo

index c754f5e90db9714f145b3596bd5a1ffb7cf8a1eb..7959bc950c9af0b50971af86ffa83ff0f0d6eb48 100644 (file)
@@ -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