1 #File clitkCombineImage.ggo
2 package "clitkCombineImage"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image filename" string yes
10 option "input2" j "Input image filename" string yes
11 option "mask" m "Binary image: if(mask) input1,else input2" string yes
12 option "output" o "Output image filename" string yes