From 38e0bd9d91da3e98b990984f50b5b30a43350377 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Fri, 19 Apr 2019 12:56:33 -0400 Subject: [PATCH] Updating docs --- docs/dust_extinction/choose_model.rst | 30 ++++++++++++++++++--------- dust_extinction/parameter_averages.py | 3 +++ 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/docs/dust_extinction/choose_model.rst b/docs/dust_extinction/choose_model.rst index bf422f1..998645c 100644 --- a/docs/dust_extinction/choose_model.rst +++ b/docs/dust_extinction/choose_model.rst @@ -53,16 +53,6 @@ to the :class:`~dust_extinction.parameter_averages.F99` model with f\ :sub:`A`\ is based on significantly more extinction curves than the :class:`~dust_extinction.parameter_averages.CCM89` or :class:`~dust_extinction.parameter_averages.O94` models. -The :class:`~dust_extinction.parameter_averages.M14` models focus on refining -models in the optical, and use the -:class:`~dust_extinction.parameter_averages.CCM89` models for the NIR and the UV. -The :class:`~dust_extinction.parameter_averages.M14` models use -R_5495 = A(5485)/E(4405-5495), the spectroscopic equivalent to -band-integrated R(V); see the paper for discussion. Because of a spurious -feature in the near UV caused by smoothly tying their optical to the -:class:`~dust_extinction.parameter_averages.CCM89` UV, only the NIR and -optical portions of the :class:`~dust_extinction.parameter_averages.M14` -models are provided here. +----------+-------------+-------------+------------------+--------------+ | Model | Parameters | x range | wavelength range | galaxy | @@ -74,11 +64,31 @@ models are provided here. +----------+-------------+-------------+------------------+--------------+ | F99, F04 | R(V) | 0.3 - 10.0 | 0.1 - 3.3 | MW | +----------+-------------+-------------+------------------+--------------+ +| GCC09 | R(V) | 3.3 - 11.0 | 0.091 - 0.31 | MW | ++----------+-------------+-------------+------------------+--------------+ | M14 | R_5495 | 0.3 - 3.3 | 0.31 - 3.3 | MW, LMC | +----------+-------------+-------------+------------------+--------------+ | G16 | R(V)_A, f_A | 0.3 - 10.0 | 0.1 - 3.3 | MW, LMC, SMC | +----------+-------------+-------------+------------------+--------------+ +Notes +----- + +The :class:`~dust_extinction.parameter_averages.GCC09` model is the only +model that applies all the way to 912 A, but has the limitation that it +only applies to the UV spectral region (not derived in the NIR/Optical). + +The :class:`~dust_extinction.parameter_averages.M14` models focus on refining +models in the optical, and use the +:class:`~dust_extinction.parameter_averages.CCM89` models for the NIR and the UV. +The :class:`~dust_extinction.parameter_averages.M14` models use +R_5495 = A(5485)/E(4405-5495), the spectroscopic equivalent to +band-integrated R(V); see the paper for discussion. Because of a spurious +feature in the near UV caused by smoothly tying their optical to the +:class:`~dust_extinction.parameter_averages.CCM89` UV, only the NIR and +optical portions of the :class:`~dust_extinction.parameter_averages.M14` +models are provided here. + Shape Models ============ diff --git a/dust_extinction/parameter_averages.py b/dust_extinction/parameter_averages.py index c562282..bb36dc7 100644 --- a/dust_extinction/parameter_averages.py +++ b/dust_extinction/parameter_averages.py @@ -536,6 +536,9 @@ class GCC09(BaseExtRvModel): From Gordon, Cartledge, & Clayton (2009, ApJ, 705, 1320) Including erratum: 2014, ApJ, 781, 128 + This model applies to the UV spectral region all the way to 912 A. + This model was not derived for the optical or NIR. + Example showing GCC09 curves for a range of R(V) values. .. plot::