X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorArithm.ggo;fp=tools%2FclitkVectorArithm.ggo;h=5c7d65efe1d315c21482df0d487e2ca312697dd2;hb=894219c40779e58ae678c8e6cfed98defe708da9;hp=0000000000000000000000000000000000000000;hpb=01f8ebaaa616d6406e2581b29428f6f3884e63c1;p=clitk.git diff --git a/tools/clitkVectorArithm.ggo b/tools/clitkVectorArithm.ggo new file mode 100644 index 0000000..5c7d65e --- /dev/null +++ b/tools/clitkVectorArithm.ggo @@ -0,0 +1,21 @@ +#File clitkVectorArithm.ggo +package "clitkVectorArithm" +version "1.0" +purpose "Perform an arithmetic operation (+-*/ ...) using two images or using an image and a scalar value." + + +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off +option "imagetypes" - "Display allowed image types" flag off + +option "input1" i "Input first image filename" string yes +option "input2" j "Input second image filename" string no +option "output" o "Output image filename" string yes + +option "scalar" s "Scalar value" double no +option "operation" t "Type of operation : \n With another image : 0=add, 1=multiply (dotproduct), 7=difference, 9=crossproduct\n; For 'scalar' : 0=add, 1=multiply, 5=absval (magnitude), 6=squared magnitude, 11=divide, 12=normalize" int default="0" no +option "pixelValue" - "Default value for NaN/Inf" double default="0.0" no + +option "setFloatOutput" f "Set output to float pixel type" flag off + +#option "binary" b "Mask for binary operation" string no