X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageUncertainty.ggo;h=00b105a9318e865f7e042389df3920117c1c9317;hb=1512c37902327dde2650268e1fbd7fbc085b7a89;hp=af5dfad275afe067dba4d4bafa4b5d1e7b12ea16;hpb=619c7d36de4ec76e9e68beb4a77c3e91e72d4c89;p=clitk.git diff --git a/tools/clitkImageUncertainty.ggo b/tools/clitkImageUncertainty.ggo index af5dfad..00b105a 100644 --- a/tools/clitkImageUncertainty.ggo +++ b/tools/clitkImageUncertainty.ggo @@ -1,10 +1,12 @@ # file clitkImageRescaleIntensity.ggo package "clitk" -version "Rescale intensity in the image" +version "Compute the uncertainty of simulation outputs using Chetty's history-by-history's method" -option "config" - "Config file" string no -option "input" i "Input image filename" string yes -option "inputSquared" s "Input squared image filename" string yes -option "output" o "Output image filename" string yes -option "NumberOfEvents" n "Number of events" int yes -option "verbose" v "Verbose" flag off +option "config" - "Config file" string no +option "input" i "Input image filename" string yes +option "inputSquared" s "Input squared image filename" string yes +option "output" o "Output image filename" string yes +option "NumberOfEvents" n "Number of events" int yes +option "verbose" v "Verbose" flag off +option "absolute" a "Absolute instead of the relative" flag off +option "default" d "Default when input is 0." double no default="1."