Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
Mark Geurts edited this page Mar 24, 2015 · 4 revisions

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. For more information, see Computational Methods.

This function optionally uses the Parallel Computing Toolbox GPU interp functions to increase computation speed. MATLAB is a registered trademark of MathWorks Inc.

Guided Tour

The following wiki pages contain additional information about this application. Additional documentation can be found within the source code.

  • Computational Methods: here you will find details on the algorithms and methods used by this function
  • Installation and Use: details instructions on how to install and use this function, and compatibility information
  • Troubleshooting: describes how to use the Event() function to troubleshoot and provides solutions to common problems encountered using this function
  • Unit Testing: lists the unit test results for the latest release

General Information

For Physicists

For Developers

Clone this wiki locally