X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSUVPeak.ggo;h=051a31e507afa81af6690ab31d8264fa5b06210b;hb=ef03fc34db849c864b1ae7f50c8442e125834f84;hp=3aac2ae187b3a70f35fb5d60c819b047d25ad7e6;hpb=70e11d4a0a257afa7e04b11e6240fd6386d4ad0f;p=clitk.git diff --git a/tools/clitkSUVPeak.ggo b/tools/clitkSUVPeak.ggo index 3aac2ae..051a31e 100644 --- a/tools/clitkSUVPeak.ggo +++ b/tools/clitkSUVPeak.ggo @@ -6,8 +6,10 @@ 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