Skip to content

Commit

Permalink
add HII constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
EGaraldi committed Jul 11, 2024
1 parent 0f70078 commit 6ac34d1
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
39 changes: 39 additions & 0 deletions corecon/data/HII_fraction/Spina_et_al_2024.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
dictionary_tag = "Spina et al. 2024"

reference = "Spina, Bosman, Davies, Gaikwad, Zhu; subm. (2024)"

url = "https://ui.adsabs.harvard.edu/abs/2024arXiv240512273S/abstract"

description = \
"""Measured from the damping wing detected comparing long and short dark gaps in the Lyman-alpha forest
(assuming long gaps come from neutral island and short from fully-ionised medium) in 38 X-shooter spectra
at 5.4 < z < 6.5 with S/N>20 per 10 km/s pixel.
"""

data_structure = "points" #grid or points

extracted = False

ndim = 1

dimensions_descriptors = ["redshift"]

axes = [5.67, 5.89]

err_left = [0.27, 0.13]

err_right = [0.09, 0.21]

values = [0.81, 0.56]

err_down = [0.07, None]

err_up = [0.07, None]

err_down2 = [0.11, None]

err_up2 = [0.06, None]

upper_lim = False

lower_lim = [False, True]
30 changes: 30 additions & 0 deletions corecon/data/HII_fraction/Zhu_et_al_2024.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
dictionary_tag = "Zhu et al. 2024"

reference = "Zhu, Becker, Bosman, Cain, Keating, et al; subm. (2024)"

url = "https://ui.adsabs.harvard.edu/abs/2024MNRAS.tmpL..59Z/abstract"

description = \
"""Measured from the damping wing detected in the Lyman-alpha forest around long gaps in the Lyman-beta forest (assuming the latter track
neutral islands) in 42 spectra at 5.77 < z < 6.31.
"""

data_structure = "points" #grid or points

extracted = False

ndim = 1

dimensions_descriptors = ["redshift"]

axes = [5.8]

values = [0.939]

err_down = [0.039]

err_up = [0.039]

upper_lim = True

lower_lim = False

0 comments on commit 6ac34d1

Please sign in to comment.