uvex_transients.models.tdes.van_velzen.VanVelzenTDESED.flux_bolometric_log#

classmethod VanVelzenTDESED.flux_bolometric_log(t: Quantity, *, redshift: PhysicalInput | None = None, luminosity_distance: Quantity | None = None, angular_diameter_distance: Quantity | None = None, proper_distance: Quantity | None = None, cosmology: FLRW | None = None, **parameters: ParameterValue) → FloatResult#

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

Parameters:
Returns:

The natural log of the observed bolometric flux, in erg/s/cm^2.

Return type:

numpy.ndarray or float

Raises:

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