X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkCropImage.ggo;h=2ed5ab5aeec22c0b15ec717fa2482caa507e0692;hb=a1ec529a24b721fcfb2c5725f95bcc2c9125b28d;hp=a70452dda7c8d650770c799f66d15124905c27a1;hpb=05e26237e30a14a226cb4eb480a0eb9697f8ba06;p=clitk.git diff --git a/tools/clitkCropImage.ggo b/tools/clitkCropImage.ggo index a70452d..2ed5ab5 100644 --- a/tools/clitkCropImage.ggo +++ b/tools/clitkCropImage.ggo @@ -16,7 +16,7 @@ option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes section "Used determined crop" -option "boundingBox" b "Bounding box of the crop region (in 3D: =x1,x2,y1,y2,z1,z2)" int no multiple +option "boundingBox" b "Bounding box of the crop region in pixel (in 3D: =x1,x2,y1,y2,z1,z2)" int no multiple 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 "origin" - "Set new origin to zero" flag off