Datasets¶
Included¶
There are a number of datasets available in this package. These are results from the literature and can be combined together in any of the possible plots.
Milky Way¶
VCG04: Valencic, Clayton, & Gordon 2014, 616, 912
(Source code, png, hires.png, pdf)
FM07: Fitzpatrick & Massa 2007, ApJ, 663, 320
(Source code, png, hires.png, pdf)
GCC09: Gordon, Cartledge, & Clayton 2009, ApJ, 705, 1320
(Source code, png, hires.png, pdf)
Large Magellanic Cloud¶
(Source code, png, hires.png, pdf)
Small Magellanic Cloud¶
G03_smc: Gordon et al. 2003, ApJ, 594, 279
(Source code, png, hires.png, pdf)
G24_smc: Gordon et al. 2024, ApJ, 970, 51
(Source code, png, hires.png, pdf)
M31¶
C15_m31: Clayton et al. 2015, ApJ, 815, 14
(Source code, png, hires.png, pdf)
C25_m31: Clayton et al. 2025, ApJ, 989, 61
(Source code, png, hires.png, pdf)
G26_m33: Gordon et al. 2026, ApJ, submitted
(Source code, png, hires.png, pdf)
Custom¶
Custom datasets can be added by constructing and adding a compatible data file to the data subdirectory
and adding the sample name to the ptypes dictionary in helpers.py. The ptypes dictionary is used
for the plot symbol, color, and legend label for each sample.
Please consider opening a pull request to the repository with datasets that would be useful to others.