Gamma Index - Documentation Discussion

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/ref/lib/gamma

When reading through this, the following two pieces of documentation are nowhere near informative enough.

axes_reference ( tuple ) – The reference coordinates.
axes_evaluation ( tuple ) – The evaluation coordinates.

This can be made much clearer. Also, a “howto” specifically narrowing in on these two parameters would be of significant value.

…on that note. A “howto” detailing how one can make pymedphys.gamma quite fast just via parameter adjustment is worth mentioning also.