uvex_transients.models.lightcurves.generic.GaussianRisePowerLawLightcurve.eval_log#
- classmethod GaussianRisePowerLawLightcurve.eval_log(t: Quantity, **parameters: ParameterValue) FloatResult#
Natural log of the bolometric luminosity, given physical-unit inputs.
- Parameters:
t (
Quantity) – Time since explosion, with time units.**parameters – This model’s parameter values. See
eval_log_cgs().
- Returns:
The natural log of \(L_\mathrm{bol}(t)\), in erg/s.
- Return type:
- Raises:
TypeError – If
tis not a Quantity with time units.