synthpop.modules.extinction.hosek2018 ===================================== .. py:module:: synthpop.modules.extinction.hosek2018 .. autoapi-nested-parse:: Extinction law from Hosek et al (2018), representative of highly reddened regions like young star clusters and the Galactic center. Valid from 0.8 to 2.2 microns. Source DOI: 10.3847/1538-4357/aaabbb Code also available at https://github.com/mwhosek/extlaw_H18 Classes ------- .. autoapisummary:: synthpop.modules.extinction.hosek2018.Hosek2018 Module Contents --------------- .. py:class:: Hosek2018(**kwargs) Bases: :py:obj:`synthpop.modules.extinction._extinction.ExtinctionLaw` Extinction law from Hosek et al. (2018) .. py:attribute:: extinction_law_name :value: 'Hosek2018' .. py:attribute:: law_ref_wavelength :value: 2.14 .. py:attribute:: min_wavelength :value: 0.8 .. py:attribute:: max_wavelength :value: 2.2 .. py:method:: Alambda_Aref(eff_wavelength: float) -> float Given an effective wavelength lambda_eff, calculate the relative extinction A_lambda/A_V Parameters ---------- eff_wavelength : float Effective Wavelength of the filter for which the extinction should be determined. in micrometer