]> Creatis software - clitk.git/blobdiff - tools/clitkImageUncertainty.ggo
Correct roi name into DicomRTStruct
[clitk.git] / tools / clitkImageUncertainty.ggo
index af5dfad275afe067dba4d4bafa4b5d1e7b12ea16..00b105a9318e865f7e042389df3920117c1c9317 100644 (file)
@@ -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."