]> Creatis software - clitk.git/blob - tools/clitkGammaIndex.ggo
Allow to display in all directions for images with size 2 and 3 in 3rd direction
[clitk.git] / tools / clitkGammaIndex.ggo
1 #File  clitkGammaIndex.ggo
2 package "clitkGammaIndex"
3 version "1.1"
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.\n\nclitkGammaIndex -v -i ref.mhd -j disp.mhd -o gamma.mhd -s 3 -r 0.04\nthis will compute the 3mm 4% gamma index between ref and disp."
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 "translation-x"   x      "Target relative position x [mm]"         double   default="0" no
16 option "translation-y"   y      "Target relative position y [mm]"         double   default="0" no
17 option "translation-z"   z      "Target relative position z [mm]"         double   default="0" no
18