Skip to content

Commit

Permalink
add ref and fix x range
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 15, 2024
1 parent 3d5362d commit 66cd976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dust_extinction/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ VCG04: `Valencic, Clayton, & Gordon 2014, 616, 912
WD01: `Weingartner & Draine 2001, ApJ, 548, 296
<https://ui.adsabs.harvard.edu/abs/2001ApJ...548..296W>`_

Y24: `Ysard et al. 2024, A&A, 684, 34
<https://ui.adsabs.harvard.edu/abs/2024A%26A...684A..34Y>`_

ZDA04: `Zubko, Dwek, & Arendt 2004, ApJS, 152, 211
<https://ui.adsabs.harvard.edu/abs/2004ApJS..152..211Z>`_

2 changes: 1 addition & 1 deletion dust_extinction/grain_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ class Y24(BaseExtGrainModel):
plt.show()
"""

x_range = [1.0 / 3e4, 1.0 / 0.1]
x_range = [1.0 / 1e5, 1.0 / 4e-2]

possnames = {"MWRV31": ("THEMIS_2.0_EXT_2.RES.txt", 3.1)}

Expand Down

0 comments on commit 66cd976

Please sign in to comment.