Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
/ gamma Public archive

1D, 2D, or 3D gamma computation in MATLAB

License

Notifications You must be signed in to change notification settings

mwgeurts/gamma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcGamma

DOI

by Mark Geurts [email protected]
Copyright © 2015, University of Wisconsin Board of Regents

Description

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.

Installation

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.

Usage and Documentation

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.

License

Released under the GNU GPL v3.0 License. See the LICENSE file for further details.

About

1D, 2D, or 3D gamma computation in MATLAB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages