]> Creatis software - clitk.git/blob - tools/clitkDVH.ggo
Fix for parameters passed to Gate
[clitk.git] / tools / clitkDVH.ggo
1 #File clitkDVH.ggo
2 package "clitkDVH"
3 version "2.0"
4 purpose "Dose volume histogram"
5
6
7 option "config"         -       "Config file"                     string        no
8 option "verbose"        v       "Verbose"                         flag          off
9
10 option "input"          i       "Input image filename"            string        yes multiple
11 option "channel"    c "Image channel to be used in statistics (-1 to process all channels)"  int no default="-1"
12 option "mask"           m       "Mask image filename (uchar)"             string        yes
13 option "label"          l       "Label(s) in the mask image to consider"        int     no      multiple        default="1"
14 option "histogram"      -       "Compute histogram, allows median calculation"  string  no
15 option "dvhistogram" -  "Compute dose volume histogram "        string  no
16 option "bins"           -       "Number of histogram bins"                      int     no      default="80"
17 option "lower"          -       "Lower histogram bound" double  no default="0"
18 option "upper"          -       "Upper histogram bound" double  no default="80"
19 option "allow_resize"           r       "Resize mask if different from input"                     flag          off
20
21
22