1 #File clitkLineProfile.ggo
2 package "clitkLineProfile"
4 purpose "Get the HU profile along the given line. Output to stdout."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
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