Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Apr 19, 2019
1 parent 07a81f7 commit 38e0bd9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
30 changes: 20 additions & 10 deletions docs/dust_extinction/choose_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
============

Expand Down
3 changes: 3 additions & 0 deletions dust_extinction/parameter_averages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 38e0bd9

Please sign in to comment.