From: Vivien Delmon Date: Mon, 25 Feb 2013 16:49:37 +0000 (+0100) Subject: Patch ggo doc X-Git-Tag: v1.4.0~236^2~5 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7174df1d291b612609bd96d675f226978b76f094;p=clitk.git Patch ggo doc --- diff --git a/tools/clitkPadImage.ggo b/tools/clitkPadImage.ggo index c83dfff..90d0b7e 100644 --- a/tools/clitkPadImage.ggo +++ b/tools/clitkPadImage.ggo @@ -12,8 +12,9 @@ option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes section "Used determined padding" -option "lower" l "Size of the lower crop region (multiple values)" int no multiple -option "upper" u "Size of the upper crop region (multiple values)" int no multiple +option "lower" l "Size of the lower bound padding (multiple values=number of image dimension)" int no multiple +option "upper" u "Size of the upper bound padding (multiple values=number of image dimension)" int no multiple + section "Pad like another image" option "like" - "Pad like this image (must have the same spacing and bounding box must be larger)" string no