]> Creatis software - clitk.git/blob - tools/clitkGammaIndex.ggo
pgueth:
[clitk.git] / tools / clitkGammaIndex.ggo
1 #File  clitkGammaIndex.ggo
2 package "clitkGammaIndex"
3 version "1.0"
4 purpose "Compute the gamma index map for target dose map vs reference dose map. If verbose is given, the ratio of gamma>1 pixels of the total pixel in the image is computed. Absolute dose margin has priority over relative dose margin. The relative dose margin is relative to the maximum dose in the reference image. Reference and target images must share the same origin, the same spacing and the same size."
5
6 option "verbose"     v  "Verbose"                         flag     off
7
8 option "reference" i    "Reference dose map"      string   yes
9 option "target"    j    "Target dose map"         string   yes
10 option "output"    o    "Output image filename"   string   yes
11
12 option "spatial-margin"   s     "Spatial margin [mm]"     double   yes
13 option "relative-dose-margin"   r       "Dose margin relative to max dose in reference [%]"       double   no
14 option "absolute-dose-margin"   d       "Absolute dose margin [Gray]"     double   no
15 option "isodose-number"   n     "Number of isodose computed in distance map"     int default="128"  no
16