uvex_transients.models.lightcurves.generic.PowerLawLightcurve.eval_cgs#

classmethod PowerLawLightcurve.eval_cgs(t: NumericalInput, **parameters: CGSParameterValue) → FloatResult#

Bolometric luminosity, taking and returning plain cgs numbers.

Parameters:
  • t (array-like) – Time since explosion, in seconds.

  • **parameters – This model’s parameter values, in cgs units. See eval_log_cgs().

Returns:

\(L_\mathrm{bol}(t)\), in erg/s. A scalar is returned if the result is 0-dimensional.

Return type:

numpy.ndarray or float