uvex_transients.models.tdes.alush_stone.AlushStoneTDESED.eval_bolometric_log#
- classmethod AlushStoneTDESED.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:
- Raises:
TypeError – If
tis not a Quantity with time units.