aquakin.uv_log_inactivation#

aquakin.uv_log_inactivation(dose, d10, *, max_log=None)[source]#

Log-inactivation from a UV dose by a log-linear dose-response.

log10(N/N0) = dose / d10 where d10 is the dose for one log of inactivation (mJ/cm²/log). Optionally capped at max_log to represent tailing (a resistant subpopulation).

Parameters:
  • dose (Array)

  • d10 (Array)

  • max_log (Array | None)

Return type:

Array