]> Creatis software - clitk.git/blob - tools/clitkImageUncertainty.ggo
Add clitkImage2Dicom tool
[clitk.git] / tools / clitkImageUncertainty.ggo
1 # file clitkImageRescaleIntensity.ggo
2 package "clitk"
3 version "Compute the uncertainty of simulation outputs using Chetty's history-by-history's method"
4
5 option "config"         - "Config file"                      string  no
6 option "input"          i "Input image filename"             string  yes
7 option "inputSquared"   s "Input squared image filename"     string  yes
8 option "output"         o "Output image filename"            string  yes
9 option "NumberOfEvents" n "Number of events"                 int     yes
10 option "verbose"        v "Verbose"                          flag    off
11 option "absolute"       a "Absolute instead of the relative" flag    off
12 option "default"        d "Default when input is 0."         double  no   default="1."