]> Creatis software - clitk.git/blob - tools/clitkImageExtractLine.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkImageExtractLine.ggo
1 #File clitkImageExtractLine.ggo
2 package "clitkImageExtractLine"
3 version "1.0"
4 purpose "Extract 1D values along a line (in voxels). 3D only."
5
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
10
11 option "firstIndex"     f       "First index value (in voxels)"   int yes multiple
12 option "lastIndex"      l       "Last index value (in voxels"     int yes multiple
13 option "integral"       I       "Integrate the image along a line"      int     no      default = "0"
14 option "integralAxis"   a       "Set the image integration axis"        int     no      default = "0"
15
16 option "mm"             m       "Last/first index are in mm"      flag off
17
18 option "isocenter"      c       "Set isocenter (in mm)"           int no multiple
19 option "depth"          d       "Write depth in output"           flag off