1 #File clitkExtractSlice.ggo
2 package "clitkExtractSlice"
4 purpose "Extract a slice: will collapse the dimension given by axe, retaining only the index given by slice."
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 "output" o "Output image filename" string yes
11 option "axe" a "Axe (0,1, ...)" int no default="0"
12 option "slice" s "Slice index (0,1,....)" int no default="0"