Skip to content

Fixed dose rate calculation, to fit with input rom Gleb Bourenkov

Marcus Oskarsson requested to merge github/fork/rhfogh/issue_572 into master

Created by: rhfogh

Proposed fix, compatible with input from Gleb Bourenkov, for issue #572 (closed) A get_dose_rate function would be practical, but as Gleb suggested the returned value depends heavily on approximate assumptions, and so it could be misleading to have it as an 'official' function on AbstractFlux. The get_dose_rate_per_photon_per_mmsq function, which does not depend on assumptions can be used instead.

NB, the ALBAFlux.get_dose_rate function could be safely removed, since it was only ever called from GPhL code.

Merge request reports