1 #File clitkCatImage.ggo
2 package "clitkCatImage"
4 purpose "Concatenate two images along chosen direction"
6 option "config" - "Config file" string optional
7 option "verbose" v "Verbose" flag off
9 option "imagetypes" - "Display allowed image types" flag off
11 option "input1" i "First input image filename" string required
12 option "input2" j "Second input image filename" string required
13 option "output" o "Output image filename" string required
14 option "dimension" d "Dimension on which to concatenate" int required