guennou_dem#

synthesizAR.models.guennou_dem(temperature: Unit('K'), T_max: Unit('K'), EM_max: Unit('1 / cm5'), alpha, sigma, sigma_fw=0.15)[source]#

Analytical DEM model of Guennou et al. [GAuchereK+13] comprised of power-law and Gaussian components.

Parameters:
  • temperature (Quantity)

  • T_max (Quantity) – Temperature at which the emission measure is maximum

  • EM_max (quantity) – Maximum value of the emission measure

  • alpha (float) – Power-law index characterizing the cool part of the distribution. This is also called the emission measure “slope” in log-log space.

  • sigma (float) – Width of the Gaussian describing the hot part of the distribution. This width is parameterized in \(\log_{10}(T)\).

  • sigma_fw (float, optional) – Width of the Gaussian connecting the cool power-law and hot Gaussian parts of the model. In general, this does not need to change.