]> Creatis software - clitk.git/blob - tools/clitkProfileImage.ggo
Merge branch 'master' into GammaIndex3D
[clitk.git] / tools / clitkProfileImage.ggo
1 #File clitkProfileImage.ggo
2 package "clitkProfileImage"
3 version "1.0"
4 purpose "Save the profile between 2 points of the input image in the output text file"
5
6 option "config"         -       "Config file"                           string  no
7 option "verbose"        v       "Verbose"                                   flag        off
8 option "imagetypes" -   "Display allowed image types"   flag    off
9
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)
14
15
16