Gamma Index

axes_reference (tuple) – The reference coordinates.

dose_reference (np.array) – The reference dose grid. Each point in the reference grid becomes the centre of a Gamma ellipsoid. For each point of the reference, nearby evaluation points are searched at increasing distances.


This is a companion discussion topic for the original entry at https://docs.pymedphys.com/lib/ref/gamma

The following is written within the docs:

ram_available ( int , optional ) – The number of bytes of RAM available for use by this function. Defaults to 0.8 times your total RAM as determined by psutil.

This is actually no longer accurate. To bring the docs and code back into alignment, potentially the code should be adjusted back to what it was.