X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageStatistics.ggo;h=7e28e42c6a0f73c280cafcfc21f9ff9afc449298;hb=b1690434fe48cdd5c059feba1a5bd2f1f1752dd5;hp=bc7998bf2be05d2ce65a84d23444f4e9c65e4327;hpb=91fe346b55905a10bfba6ba849f01dbad2f461a7;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"