X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageStatistics.ggo;h=7e28e42c6a0f73c280cafcfc21f9ff9afc449298;hb=5e6fe301be6f2e134dfe7afe0a89cc126968eb23;hp=bc7998bf2be05d2ce65a84d23444f4e9c65e4327;hpb=226d4c1d1400f7b5f95e6ec9766ed148e1683ecf;p=clitk.git diff --git a/tools/clitkImageStatistics.ggo b/tools/clitkImageStatistics.ggo index bc7998b..7e28e42 100644 --- a/tools/clitkImageStatistics.ggo +++ b/tools/clitkImageStatistics.ggo @@ -12,6 +12,7 @@ option "channel" c "Image channel to be used in statistics (-1 to process all option "mask" m "Mask image filename (uchar)" string no 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="100" option "lower" - "Lower histogram bound" double no default="-1000" option "upper" - "Upper histogram bound" double no default="1000"