From: dsarrut Date: Fri, 18 Mar 2011 10:02:39 +0000 (+0000) Subject: first version (copy of old clitkImageResample.ggo) X-Git-Tag: v1.2.0~159 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=330c8d470433c030dcaa594a292055f18ccc5f76;p=clitk.git first version (copy of old clitkImageResample.ggo) --- diff --git a/tools/clitkVFResample.ggo b/tools/clitkVFResample.ggo new file mode 100644 index 0000000..b36e394 --- /dev/null +++ b/tools/clitkVFResample.ggo @@ -0,0 +1,17 @@ +#File clitkImageResample.ggo +package "clitkImageResample" +version "1.0" +purpose "Resample an image. You can specify the interpolation, you can apply a Gaussian filter before." + +option "config" - "Config file" string no +option "input" i "Input image filename" string yes +option "output" o "Output image filename" string yes +option "verbose" v "Verbose" flag off +option "interp" - "Interpolation type: {nn, linear, bspline, blut}" string no default="nn" +option "order" b "BSpline ordre (range 0-5)" int no default="3" +option "sampling" s "BLUT sampling value" int no default="30" +option "size" - "Number of pixels of each coordonate" int no multiple default="0" +option "spacing" - "Spacing in mm between pixels" float no multiple default="0.0" +option "gauss" g "Apply Gaussian before (sigma in mm) ; no Gaussian if not given" float no multiple default="1.0" +option "default" d "Default pixel value" float no default = "0.0" +