#File clitkLineProfile.ggo package "clitkLineProfile" version "1.0" purpose "Get the HU profile along the given line. Output to stdout." option "config" - "Config file" string no option "verbose" v "Verbose" flag off option "input" i "Input image" string yes option "p0" - "First point of the line" int no multiple default="0" option "p1" - "Second point of the line" int no multiple default="0" #option "output" o "Output file containing formated line points and values" string yes