]> Creatis software - clitk.git/blob - tools/clitkGammaIndex3D.ggo
Add gamma index tool for 3D images
[clitk.git] / tools / clitkGammaIndex3D.ggo
1 #File  clitkGammaIndex3D.ggo
2 package "clitkGammaIndex3D"
3 version "1.0"
4 purpose "Compute the gamma index for 2D and 3D images"
5
6
7 option "config"     -   "Config file"                       string   no
8 option "verbose"    v   "Verbose"                           flag         off
9 option "imagetypes" -   "Display allowed image types"       flag         off
10
11 option "input1"     i   "Input first dose image filename"   string   yes
12 option "input2"     j   "Input second dose image filename"  string   yes
13 option "output"     o   "Output image filename"             string   yes
14
15 option "distance"   d   "Distance criteria (mm)"            double   yes
16 option "dose"       p   "Dose criteria (%)"                 double   yes