]> Creatis software - clitk.git/blob - tools/clitkImageArithm.ggo
Initial revision
[clitk.git] / tools / clitkImageArithm.ggo
1 #File  clitkImageArithm.ggo
2 Package "clitkImageArithm"
3 version "1.0"
4 purpose "Perform an arithmetic operation (+-*/ ...) using two images or using an image and a scalar value."
5
6
7 option "config"    -    "Config file"                     string   no
8 option "input1"    i    "Input first image filename"      string   yes
9 option "input2"    j    "Input second image filename"     string   no
10 option "output"    o    "Output image filename"           string   yes
11
12 option "scalar"    s    "Scalar value"            double   no
13 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 
14 option "pixelValue" -   "Default value for NaN/Inf"     double   default="0.0"  no
15 option "verbose"   v    "Verbose"                 flag   off
16
17 #option "binary"   b    "Mask for binary operation"  string      no