Coverage for src/galsbi/models.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-13 03:24 +0000
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-13 03:24 +0000
1# Copyright (C) 2024 ETH Zurich
2# Institute for Particle Physics and Astrophysics
3# Author: Silvan Fischbacher
4# created: Fri Aug 30 2024
6# This file contains the model names and citations for the models.
8ALL_MODELS = ["Moser+24", "Fischbacher+24"]
10CITE_MOSER24 = """
11@article{Moser:2024,
12 title = {{Simulation-based inference of deep fields: galaxy population model and redshift distributions}},
13 author = {Moser, Beatrice and Kacprzak, Tomasz and Fischbacher, Silvan and Refregier, Alexandre and Grimm, Dominic and Tortorelli, Luca},
14 year = 2024,
15 journal = {JCAP},
16 volume = {05},
17 pages = {049},
18 doi = {10.1088/1475-7516/2024/05/049},
19 eprint = {2401.06846},
20 archiveprefix = {arXiv},
21 primaryclass = {astro-ph.CO}
22}
24"""
26CITE_FISCHBACHER24 = """
27@misc{fischbacher2024GalSBI_phenomenological,
28 title = {GalSBI: Phenomenological galaxy population model for cosmology using simulation-based inference},
29 author = {Silvan Fischbacher and Tomasz Kacprzak and Luca Tortorelli and Beatrice Moser and Alexandre Refregier and Patrick Gebhardt and Daniel Gruen},
30 year = 2024,
31 url = {https://arxiv.org/abs/2412.08701},
32 eprint = {2412.08701},
33 archiveprefix = {arXiv},
34 primaryclass = {astro-ph.CO}
35}
36"""
38CITE_UFIG = """
39@misc{fischbacher2024ufig,
40 title = {$\texttt{UFig v1}$: The ultra-fast image generator},
41 author = {Silvan Fischbacher and Beatrice Moser and Tomasz Kacprzak and Luca Tortorelli and Joerg Herbel and Claudio Bruderer and Uwe Schmitt and Alexandre Refregier and Joel Berge and Lukas Gamper and Adam Amara},
42 year = 2024,
43 url = {https://arxiv.org/abs/2412.08716},
44 eprint = {2412.08716},
45 archiveprefix = {arXiv},
46 primaryclass = {astro-ph.IM}
47}
48"""
50CITE_GALSBI = """
51@misc{fischbacher2024galsbi_package,
52 title = {$\texttt{galsbi}$: A Python package for the GalSBI galaxy population model},
53 author = {Silvan Fischbacher and Beatrice Moser and Tomasz Kacprzak and Joerg Herbel and Luca Tortorelli and Uwe Schmitt and Alexandre Refregier and Adam Amara},
54 year = 2024,
55 url = {https://arxiv.org/abs/2412.08722},
56 eprint = {2412.08722},
57 archiveprefix = {arXiv},
58 primaryclass = {astro-ph.CO}
59}
60"""