1 #File clitkProfileImage.ggo
2 package "clitkProfileImage"
4 purpose "Save the profile between 2 points of the input image in the output text file"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
8 option "imagetypes" - "Display allowed image types" flag off
10 option "input" i "Input image filename" string yes
11 option "output" o "Output texte filename" string yes
12 option "point1" f "First point (mm)" double yes multiple(-4)
13 option "point2" s "Second point (mm)" double yes multiple(-4)