.. SPDX-FileCopyrightText: 1992-2026 NWO-I/SRON Space Research Organisation Netherlands .. .. SPDX-License-Identifier: CC-BY-4.0 Mbb: modified blackbody model ============================= This model describes the spectrum of a black body modified by coherent Compton scattering. This is in several instances a much better description than a simple black body (for example accretion disk spectra of AGN). The physical background is described for example by `Rybicki & Lightman (1986) `_, pages 218–219. The formulae that we use here with a derivation are given by `Kaastra & Barr (1989) `_. From that work we derive the spectrum (:math:`10^{44}` photons/s/keV): .. math:: N(E) = 1358. \frac{A E^{0.25} }{ e^{E/T} (e^{E/T}-1)} where :math:`E` is the photon energy in keV, :math:`T` the temperature in keV and :math:`A` the normalisation in units of :math:`10^{26}` :math:`\mathrm{m}^{0.5}`, defined by .. math:: A = n_{\mathrm e}^{0.5}O with :math:`n_{\mathrm e}` the electron density (units: :math:`10^{20}` :math:`\mathrm{m}^{-3}`) and :math:`O` the emitting source area (units: :math:`10^{16}` m). The parameters of the model are: | ``norm`` : Normalisation :math:`A` (in units of :math:`10^{26}` :math:`\mathrm{m}^{0.5}`). Default value: 1. | ``t`` : The temperature :math:`T` in keV. Default value: 1 keV. *Recommended citation:* `Kaastra & Barr (1989) `_ and `Rybicki & Lightman (1986) `_.