uvex_transients.simulation.event.Event.luminosity#

Event.luminosity(t: Quantity) → Quantity[source]#

Bolometric luminosity of this event’s SED at time(s) t since explosion.

Intrinsic (rest-frame, distance-independent) – unlike mag()/flux(), no mission/band is involved. This event’s own SED parameters (see sample_parameters()) are supplied automatically. Wraps ~uvex_transients.models.core.base.SpectralModel.eval_bolometric.

Parameters:

t (Quantity) – Time(s) since explosion, any shape.

Returns:

\(L_\\mathrm{bol}(t)\), in erg/s, with t’s shape.

Return type:

Quantity