]> Creatis software - clitk.git/blob - tools/clitkMirrorPadImage.ggo
Debug RTStruct conversion with empty struc
[clitk.git] / tools / clitkMirrorPadImage.ggo
1 #File clitkMirrorPadImage.ggo
2 package "clitkMirrorPadImage"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11 option "mirror"         m       "Mirror the entire image along given axis"      int             no
12 option "pad"            p       "Mirror pad with given size"      int           multiple        no
13 option "lower"          l       "Pad on lower end (else upper)"   flag          off
14 option "origin"         -       "Set new origin to 0"             flag          off