From f891c47f34e937e29b978a678316fdd3a9ce3f5a Mon Sep 17 00:00:00 2001 From: Alex Drlica-Wagner Date: Thu, 6 Jun 2024 14:23:54 -0700 Subject: [PATCH 1/2] update wdm timeline --- data/wdm_timeline.yaml | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/data/wdm_timeline.yaml b/data/wdm_timeline.yaml index 40a07a3..7771bd3 100644 --- a/data/wdm_timeline.yaml +++ b/data/wdm_timeline.yaml @@ -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' @@ -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' @@ -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 @@ -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' @@ -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' From a571fbbe0df71e6bc4b263a477bd848cc5f119db Mon Sep 17 00:00:00 2001 From: Alex Drlica-Wagner Date: Thu, 6 Jun 2024 14:24:54 -0700 Subject: [PATCH 2/2] update wdm timeline --- code/plot_wdm_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/plot_wdm_timeline.py b/code/plot_wdm_timeline.py index 56fdedb..9c8cb27 100644 --- a/code/plot_wdm_timeline.py +++ b/code/plot_wdm_timeline.py @@ -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: