1 #File clitkGammaIndex.ggo
2 package "clitkGammaIndex"
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."
6 option "verbose" v "Verbose" flag off
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
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