#File clitkCombineImage.ggo package "clitkCombineImage" version "1.0" purpose "" option "config" - "Config file" string no option "verbose" v "Verbose" flag off option "input" i "Input image filename" string yes option "input2" j "Input image filename" string yes option "mask" m "Binary image: if(mask) input1,else input2" string yes option "output" o "Output image filename" string yes