X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDVH.ggo;fp=tools%2FclitkDVH.ggo;h=cc439fcd5ca55550bb56c0c03beff0ddd8c6dff2;hb=a799140aa74ccd672430fdcaab4fc43ef3271645;hp=0000000000000000000000000000000000000000;hpb=7d88f117470c1ee8d7f4b8e0ca93118c0649da25;p=clitk.git diff --git a/tools/clitkDVH.ggo b/tools/clitkDVH.ggo new file mode 100644 index 0000000..cc439fc --- /dev/null +++ b/tools/clitkDVH.ggo @@ -0,0 +1,22 @@ +#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 + + +