Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to WDM timeline #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/plot_wdm_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
('combo',(r'Combinations','tab:purple')),
])

fig,ax = plt.subplots()
fig,ax = plt.subplots(figsize=(12,5))
kwargs=dict(lolims=True,lw=3,capsize=8,capthick=3)
for key,val in LIMITS.items():
if val['type'] not in COLORS.keys(): continue
print(key)
print(f"{val['author']} ({val['ref']})")
label,color=COLORS[val['type']]
date = parse(val['date'])
if len(val['mwdm']) == 1:
Expand Down
44 changes: 43 additions & 1 deletion data/wdm_timeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ M18:
date: '2018-10-31'
mwdm: [2.7, 3.6]
type: 'lya'
ref: 1806.08371
P19:
author: 'Palanque-Delabrouille+20'
date: '2020-04-22'
Expand All @@ -65,37 +66,64 @@ G21:
mwdm: [1.9]
type: 'lya'
ref: '2021MNRAS.502.2356G'
V23:
author: 'Villasenor+23'
date: '2023-07-05'
mwdm: [3.0] # preference for 4.5 keV
type: 'lya'
ref: '2209.14220'
redshift: [4.0, 5.2]
I24:
author: 'Irisic+24'
date: '2024-02-08'
mwdm: [4.1, 5.7]
type: 'lya'
ref: 2309.04533
redshift: [4.2, 5.0]
# Strong Lensing
B17:
author: 'Birrer+17'
date: '2017-05-18'
mwdm: [2.0]
type: 'grav imaging'
ref: 1702.00009
V18:
author: 'Vegetti+18'
date: '2018-12-01'
mwdm: [0.3]
type: 'grav imaging'
ref: 1801.01505
R19:
author: 'Ritondale+19'
date: '2019-02-15'
mwdm: [0.3]
type: 'grav imaging'
ref: 1811.03627
G19a:
author: 'Gilman+19'
date: '2019-06-19'
mwdm: [3.1,4.4]
type: 'flux ratios'
ref: 1901.11031
G19b:
author: 'Gilman+19'
date: '2019-12-11'
mwdm: [5.2]
type: 'flux ratios'
ref: 1908.06983
H19:
author: 'Hseuh+19'
date: '2019-11-15'
mwdm: [5.58]
type: 'flux ratios'
ref: 1905.04182
K24:
author: 'Keeley+24'
date: '2024-05-02'
mwdm: [6.1]
type: 'flux ratios'
redshift: [0.23, 0.766]
ref: 2405.01620
# Dwarf Galaxies
M09:
author: 'Maccio+2010'
Expand All @@ -109,7 +137,7 @@ P11:
date: '2011-02-07'
mwdm: [2.3]
type: 'dsphs'
ref: ''
ref: '1004.1459'
redshift: 0
K14:
# Scatter from MW halo mass
Expand Down Expand Up @@ -147,6 +175,13 @@ N20:
type: 'dsphs'
ref: '2008.00022'
redshift: 0
D21:
author: 'Dekker+22'
date: '2022-12-27'
mwdm: [3.6, 5.1]
type: 'dsphs'
ref: '2111.13137'
redshift: 0
# MW Streams
B19:
author: 'Banik+19'
Expand Down Expand Up @@ -191,6 +226,13 @@ R21:
mwdm: [2.0]
type: 'high-z'
ref: 2104.04481
L24:
author: 'Liu+24'
date: '2024-04-21'
mwdm: [3.2]
type: 'high-z'
redshift: [9, 14.5]
ref: 2404.13596
# Combinations
E20:
author: 'Enzi+20'
Expand Down