X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageStatistics.ggo;h=bbb127b6fbdd30be1543c55a2b320ebf6c2bd37e;hb=5bff4d89c8ca42336267c36974e9ceb6fe2ac843;hp=efc044d095ac639c6ebe7be0bcc22e5d229b1376;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkImageStatistics.ggo b/tools/clitkImageStatistics.ggo old mode 100755 new mode 100644 index efc044d..bbb127b --- a/tools/clitkImageStatistics.ggo +++ b/tools/clitkImageStatistics.ggo @@ -1,12 +1,14 @@ #File clitkImageStatistics.ggo -Package "clitkImageStatistics" -version "1.0" -purpose "Compute statistics on an image, or on part of an image specified by a mask and label(s)" +package "clitkImageStatistics" +version "2.0" +#This tool supports multiple images on the input, or even 4D, but all images must be of the same type and dimensions. +purpose "Compute statistics on an image, or on part of an image specified by a mask and label(s). The tool also supports multichannel images, which is useful, e.g., for vector fields. All channels are processed (separately) by default, but only one channel may be chosen." option "config" - "Config file" string no option "verbose" v "Verbose" flag off -option "input" i "Input image filename" string yes +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 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