uvex_transients.models.supernovae.villar.VillarCoolingBlackbodySED.eval_bolometric_log#

classmethod VillarCoolingBlackbodySED.eval_bolometric_log(t: Quantity, **parameters: ParameterValue) → FloatResult#

Natural log of the bolometric luminosity, given physical-unit inputs.

Parameters:
  • t (Quantity) – Time since explosion.

  • **parameters – This model’s parameter values. See eval_log_cgs().

Returns:

The natural log of the bolometric luminosity, in erg/s.

Return type:

numpy.ndarray or float

Raises:

TypeError – If t is not a Quantity with time units.