]> Creatis software - clitk.git/blobdiff - tools/clitkSUVPeak.ggo
Cosmetic
[clitk.git] / tools / clitkSUVPeak.ggo
index 6e9206a75e0575ddef9546a52890bc588b649088..051a31e507afa81af6690ab31d8264fa5b06210b 100644 (file)
@@ -1,11 +1,15 @@
 #File clitkSUVPeak.ggo
 package "clitkSUVPeak"
 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."
+purpose "This tool Compute the SUV Peak.
+The output is the position of the SUV Peak (in mm) and its value.
+The filter use a normalized sphere of 1 cc with 1 for voxel inside, 0 for outside.
+And for voxels that intercepted the sphere, it computes the intersection volume using Monte Carlo simulation."
 
-option "config"                -       "Config file"                     string        no
-option "verbose"       v       "Verbose"                         flag          off
+option "config"       - "Config file"                         string  no
+option "verbose"      v "Verbose"                             flag    off
 
-option "input"    i    "Input first image filename"      string   yes
-option "mask"          m       "Mask image filename (uchar)"             string        no
+option "input"        i "Input first image filename"          string  yes
+option "mask"         m "Mask image filename (uchar)"         string  no
+option "allow_resize" r "Resize mask if different from input" flag    off
+option "volume"       - "Volume of the filter in cc"          double  default="1" no