X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorArithm.ggo;h=3e21fca4b1676b500d58382cc4aafa61b323e444;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=5c7d65efe1d315c21482df0d487e2ca312697dd2;hpb=cb4bdfed13b79735336f2e087a0b9372610aac06;p=clitk.git diff --git a/tools/clitkVectorArithm.ggo b/tools/clitkVectorArithm.ggo index 5c7d65e..3e21fca 100644 --- a/tools/clitkVectorArithm.ggo +++ b/tools/clitkVectorArithm.ggo @@ -13,7 +13,7 @@ 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 "operation" t "Type of operation : \n With another image : 0=add, 1=multiply, 2=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