]> Creatis software - clitk.git/blob - tools/clitkLineProfile.ggo
b61caa2d6731eb0b8e38b05c981446dfa29f1aea
[clitk.git] / tools / clitkLineProfile.ggo
1 #File clitkLineProfile.ggo
2 package "clitkLineProfile"
3 version "1.0"
4 purpose "Get the HU profile along the given line. Output to stdout."
5
6 option "config"         - "Config file"         string  no
7 option "verbose"        v     "Verbose"         flag    off
8
9 option "input"          i "Input image"         string  yes
10 option "p0"             - "First point of the line"     int     no      multiple        default="0"
11 option "p1"             - "Second point of the line"    int     no      multiple        default="0"
12 #option "output"                o "Output file containing formated line points and values"      string  yes