]> Creatis software - clitk.git/blob - tools/clitkSUVPeak.ggo
Cosmetic
[clitk.git] / tools / clitkSUVPeak.ggo
1 #File clitkSUVPeak.ggo
2 package "clitkSUVPeak"
3 version "2.0"
4 purpose "This tool Compute the SUV Peak.
5 The output is the position of the SUV Peak (in mm) and its value.
6 The filter use a normalized sphere of 1 cc with 1 for voxel inside, 0 for outside.
7 And for voxels that intercepted the sphere, it computes the intersection volume using Monte Carlo simulation."
8
9 option "config"       - "Config file"                         string  no
10 option "verbose"      v "Verbose"                             flag    off
11
12 option "input"        i "Input first image filename"          string  yes
13 option "mask"         m "Mask image filename (uchar)"         string  no
14 option "allow_resize" r "Resize mask if different from input" flag    off
15 option "volume"       - "Volume of the filter in cc"          double  default="1" no