1 #File clitkImageExtractLine.ggo
2 package "clitkImageExtractLine"
4 purpose "Extract 1D values along a line (in voxels). 3D only."
6 option "config" - "Config file" string no
7 option "input" i "Input image filename" string yes
8 option "output" o "Output txt filename" string yes
9 option "verbose" v "Verbose" flag off
11 option "firstIndex" f "First index value (in voxels)" int yes multiple
12 option "lastIndex" l "Last index value (in voxels" int yes multiple
14 option "mm" m "Last/first index are in mm" flag off
16 option "isocenter" c "Set isocenter (in mm)" int no multiple
17 option "depth" d "Write depth in output" flag off