redback.sed.PowerlawPlusBlackbody

class redback.sed.PowerlawPlusBlackbody(temperature, r_photosphere, pl_amplitude, pl_slope, pl_evolution_index, time, reference_wavelength, frequency, luminosity_distance)[source]

Bases: object

SED class for power law + blackbody combination with time-evolving power law

__init__(temperature, r_photosphere, pl_amplitude, pl_slope, pl_evolution_index, time, reference_wavelength, frequency, luminosity_distance)[source]
__call__(**kwargs)

Call self as a function.

Methods

__init__(temperature, r_photosphere, ...)