by Mark Geurts [email protected]
Copyright © 2015, University of Wisconsin Board of Regents
CalcGamma()
computes a 1-D, 2-D, or 3-D local or global Gamma index between two datasets (reference and target) given a defined coordinate space using MATLAB. The Gamma analysis is performed based on the formalism presented by D. A. Low et. al., A technique for the quantitative evaluation of dose distributions., Med Phys. 1998 May; 25(5): 656-61.
To install this function, copy CalcGamma.m
from this repository into your MATLAB path. If installing as a submodule into another git repository, execute git submodule add https://github.com/mwgeurts/gamma
.
gamma = CalcGamma(reference, target, percent, dta);
gamma = CalcGamma(..., 'OptionName', OptionValue);
See the wiki for information on the format of the input and arguments as well options and examples.
Released under the GNU GPL v3.0 License. See the LICENSE file for further details.