X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageArithm.ggo;h=fd018635cc45b863786141ad0200569e84591d54;hb=ee56dc1c6ed5bdea1614c5885c5d556a072b297c;hp=d3d5ef62500d1746d8513b0dbe36dad19d0e9166;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkImageArithm.ggo b/tools/clitkImageArithm.ggo index d3d5ef6..fd01863 100644 --- a/tools/clitkImageArithm.ggo +++ b/tools/clitkImageArithm.ggo @@ -1,17 +1,21 @@ #File clitkImageArithm.ggo -Package "clitkImageArithm" +package "clitkImageArithm" 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 "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, 2=divide,\n 3=max, 4=min, 5=absdiff, 6=squareddiff, 7=difference, 8=relativ diff\n For 'scalar' : 0=add, 1=multiply, 2=inverse,\n 3=max, 4=min 5=absval 6=squareval\n 7=log 8=exp 9=sqrt" int default="0" no +option "operation" t "Type of operation : \n With another image : 0=add*, 1=multiply, 2=divide,\n 3=max, 4=min, 5=absdiff, 6=squareddiff, 7=difference*, 8=relativ diff\n; For 'scalar' : 0=add*, 1=multiply*, 2=inverse,\n 3=max, 4=min 5=absval 6=squareval\n 7=log 8=exp 9=sqrt 10=EPID 11=divide* 12=normalize (divide by max); \n* operations supported with vector fields as inputs." int default="0" no option "pixelValue" - "Default value for NaN/Inf" double default="0.0" no -option "verbose" v "Verbose" flag off + +option "setFloatOutput" f "Set output to float pixel type" flag off #option "binary" b "Mask for binary operation" string no