y_pred (torch.Tensor) – Predicted observation (post-log, normalized by mu_max).
Each entry specifies the mean of a Poisson distribution, with respect
to which the likelihood of the observation y_true is considered.
y_true (torch.Tensor) – True observation (post-log, normalized by mu_max).
photons_per_pixel (int or float, optional) – Mean number of photons per detector pixel for an unattenuated beam.
Default: 4096.
mu_max (float, optional) – Normalization factor, by which y_pred and y_true have
been divided (this function will multiply by it accordingly).
Default: dival.util.constants.MU_MAX.