]> Creatis software - clitk.git/blobdiff - tools/clitkDVH.ggo
Remove clitkDVH tool and add --dvhistogram option to clitkImageStatistics.
[clitk.git] / tools / clitkDVH.ggo
diff --git a/tools/clitkDVH.ggo b/tools/clitkDVH.ggo
deleted file mode 100644 (file)
index cc439fc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#File clitkDVH.ggo
-package "clitkDVH"
-version "2.0"
-purpose "Dose volume histogram"
-
-
-option "config"                -       "Config file"                     string        no
-option "verbose"       v       "Verbose"                         flag          off
-
-option "input"         i       "Input image filename"            string        yes multiple
-option "channel"    c "Image channel to be used in statistics (-1 to process all channels)"  int no default="-1"
-option "mask"          m       "Mask image filename (uchar)"             string        yes
-option "label"         l       "Label(s) in the mask image to consider"        int     no      multiple        default="1"
-option "histogram"     -       "Compute histogram, allows median calculation"  string  no
-option "dvhistogram" - "Compute dose volume histogram "        string  no
-option "bins"          -       "Number of histogram bins"                      int     no      default="80"
-option "lower"         -       "Lower histogram bound" double  no default="0"
-option "upper"         -       "Upper histogram bound" double  no default="80"
-option "allow_resize"          r       "Resize mask if different from input"                     flag          off
-
-
-