]> Creatis software - clitk.git/blob - tools/clitkNormalizeImageFilter.ggo
Add output dicom filename to clitkImage2Dicom
[clitk.git] / tools / clitkNormalizeImageFilter.ggo
1 #File clitkNormalizeImageFilter.ggo
2 package "clitkNormalizeImageFilter"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        optional
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "imagetypes"     -       "Display allowed image types"     flag          off
10
11 option "input"          i       "Input image filename"            string        required
12 option "output"         o       "Output image filename"           string        required
13 option "mask"           m       "Mask input image filename"       string        optional
14 option "total_normalisation"            n       "Normalise such as the total is = 1.0"       flag off