uvex_transients.models.arnett.ArnettMagnetarSpindownSED.eval_bolometric_log_cgs#

classmethod ArnettMagnetarSpindownSED.eval_bolometric_log_cgs(t: NumericalInput, **parameters: CGSParameterValue) → FloatResult#

Natural log of the 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. To evaluate several parameter realizations at once, give each parameter a leading batch axis.

Returns:

The natural log of the bolometric luminosity, in erg/s. A scalar is returned if the result is 0-dimensional.

Return type:

numpy.ndarray or float