From baad7d3c6ca0d63ff9b5883976b36d7672e06f7e Mon Sep 17 00:00:00 2001 From: dsarrut Date: Wed, 24 Mar 2010 13:11:50 +0000 Subject: [PATCH] - move into filters --- tools/clitkImageArithm.ggo | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tools/clitkImageArithm.ggo diff --git a/tools/clitkImageArithm.ggo b/tools/clitkImageArithm.ggo deleted file mode 100644 index 69a7aba..0000000 --- a/tools/clitkImageArithm.ggo +++ /dev/null @@ -1,17 +0,0 @@ -#File clitkImageArithm.ggo -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 "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 "pixelValue" - "Default value for NaN/Inf" double default="0.0" no -option "verbose" v "Verbose" flag off - -#option "binary" b "Mask for binary operation" string no -- 2.49.0