cogsworth 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cogsworth/__init__.py +8 -0
- cogsworth/_version.py +1 -0
- cogsworth/citations.py +408 -0
- cogsworth/classify.py +355 -0
- cogsworth/events.py +68 -0
- cogsworth/hydro/__init__.py +1 -0
- cogsworth/hydro/pop.py +276 -0
- cogsworth/hydro/potential.py +58 -0
- cogsworth/hydro/rewind.py +88 -0
- cogsworth/hydro/utils.py +84 -0
- cogsworth/kicks.py +172 -0
- cogsworth/observables.py +376 -0
- cogsworth/plot.py +347 -0
- cogsworth/pop.py +1419 -0
- cogsworth/sfh.py +1041 -0
- cogsworth/tests/__init__.py +0 -0
- cogsworth/tests/optional_deps.py +57 -0
- cogsworth/tests/prep_data.py +14 -0
- cogsworth/tests/test_citations.py +48 -0
- cogsworth/tests/test_classify.py +55 -0
- cogsworth/tests/test_events.py +56 -0
- cogsworth/tests/test_galaxy.py +195 -0
- cogsworth/tests/test_hydro.py +105 -0
- cogsworth/tests/test_kicks.py +50 -0
- cogsworth/tests/test_observables.py +58 -0
- cogsworth/tests/test_plot.py +18 -0
- cogsworth/tests/test_pop.py +477 -0
- cogsworth/utils.py +115 -0
- cogsworth-1.0.0.dist-info/LICENSE +21 -0
- cogsworth-1.0.0.dist-info/METADATA +119 -0
- cogsworth-1.0.0.dist-info/RECORD +33 -0
- cogsworth-1.0.0.dist-info/WHEEL +5 -0
- cogsworth-1.0.0.dist-info/top_level.txt +1 -0
cogsworth/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
from . import kicks, pop, events, classify, observables, plot, sfh, utils, hydro
|
|
2
|
+
from ._version import __version__
|
|
3
|
+
from .citations import CITATIONS
|
|
4
|
+
|
|
5
|
+
__bibtex__ = __citation__ = CITATIONS["general"]["cogsworth"]["bibtex"]
|
|
6
|
+
__uri__ = "https://cogsworth.readthedocs.io/"
|
|
7
|
+
__author__ = "Tom Wagg"
|
|
8
|
+
__email__ = "tomjwagg@gmail.com"
|
cogsworth/_version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.0"
|
cogsworth/citations.py
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
|
|
2
|
+
# storage for citations a dictionary of tuples, first element bibtex id(s), second element bibtex
|
|
3
|
+
CITATIONS = {
|
|
4
|
+
"general": {
|
|
5
|
+
"cogsworth": {
|
|
6
|
+
"tags": ["cogsworth:joss"],
|
|
7
|
+
"bibtex": "TODO - cogsworth citation will go here"
|
|
8
|
+
},
|
|
9
|
+
"cosmic": {
|
|
10
|
+
"tags": ["cosmic:apj"],
|
|
11
|
+
"bibtex": r"""@ARTICLE{Breivik+2020,
|
|
12
|
+
author = {{Breivik}, Katelyn and {Coughlin}, Scott and {Zevin}, Michael and {Rodriguez}, Carl L. and {Kremer}, Kyle and et al.},
|
|
13
|
+
title = "{COSMIC Variance in Binary Population Synthesis}",
|
|
14
|
+
journal = {\apj},
|
|
15
|
+
keywords = {Compact binary stars, Interacting binary stars, Stellar populations, Gravitational wave astronomy, 283, 801, 1622, 675, Astrophysics - High Energy Astrophysical Phenomena, Astrophysics - Solar and Stellar Astrophysics},
|
|
16
|
+
year = 2020,
|
|
17
|
+
month = jul,
|
|
18
|
+
volume = {898},
|
|
19
|
+
number = {1},
|
|
20
|
+
eid = {71},
|
|
21
|
+
pages = {71},
|
|
22
|
+
doi = {10.3847/1538-4357/ab9d85},
|
|
23
|
+
archivePrefix = {arXiv},
|
|
24
|
+
eprint = {1911.00903},
|
|
25
|
+
primaryClass = {astro-ph.HE},
|
|
26
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2020ApJ...898...71B},
|
|
27
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
28
|
+
},
|
|
29
|
+
"gala": {
|
|
30
|
+
"tags": ["gala:joss"],
|
|
31
|
+
"bibtex": r"""@article{gala,
|
|
32
|
+
doi = {10.21105/joss.00388},
|
|
33
|
+
url = {https://doi.org/10.21105%2Fjoss.00388},
|
|
34
|
+
year = 2017,
|
|
35
|
+
month = {oct},
|
|
36
|
+
publisher = {The Open Journal},
|
|
37
|
+
volume = {2},
|
|
38
|
+
number = {18},
|
|
39
|
+
author = {Adrian M. Price-Whelan},
|
|
40
|
+
title = {Gala: A Python package for galactic dynamics},
|
|
41
|
+
journal = {The Journal of Open Source Software}}"""
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
"sfh": {
|
|
45
|
+
"Wagg+2022": {
|
|
46
|
+
"tags": ["Wagg+2022"],
|
|
47
|
+
"bibtex": r"""@ARTICLE{Wagg+2022,
|
|
48
|
+
author = {{Wagg}, T. and {Broekgaarden}, F.~S. and {de Mink}, S.~E. and {Frankel}, N. and {van Son}, L.~A.~C. and et al.},
|
|
49
|
+
title = "{Gravitational Wave Sources in Our Galactic Backyard: Predictions for BHBH, BHNS, and NSNS Binaries Detectable with LISA}",
|
|
50
|
+
journal = {\apj},
|
|
51
|
+
keywords = {Gravitational waves, Gravitational wave detectors, Compact objects, Neutron stars, Stellar mass black holes, Binary stars, Pulsars, Stellar evolution, 678, 676, 288, 1108, 1611, 154, 1306, 1599, Astrophysics - High Energy Astrophysical Phenomena},
|
|
52
|
+
year = 2022,
|
|
53
|
+
month = oct,
|
|
54
|
+
volume = {937},
|
|
55
|
+
number = {2},
|
|
56
|
+
eid = {118},
|
|
57
|
+
pages = {118},
|
|
58
|
+
doi = {10.3847/1538-4357/ac8675},
|
|
59
|
+
archivePrefix = {arXiv},
|
|
60
|
+
eprint = {2111.13704},
|
|
61
|
+
primaryClass = {astro-ph.HE},
|
|
62
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2022ApJ...937..118W},
|
|
63
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
64
|
+
},
|
|
65
|
+
"Frankel+2018": {
|
|
66
|
+
"tags": ["Frankel+2018"],
|
|
67
|
+
"bibtex": r"""@ARTICLE{Frankel+2018,
|
|
68
|
+
author = {{Frankel}, Neige and {Rix}, Hans-Walter and {Ting}, Yuan-Sen and {Ness}, Melissa and {Hogg}, David W.},
|
|
69
|
+
title = "{Measuring Radial Orbit Migration in the Galactic Disk}",
|
|
70
|
+
journal = {\apj},
|
|
71
|
+
keywords = {Galaxy: abundances, Galaxy: disk, Galaxy: evolution, Galaxy: formation, ISM: abundances, stars: abundances, Astrophysics - Astrophysics of Galaxies},
|
|
72
|
+
year = 2018,
|
|
73
|
+
month = oct,
|
|
74
|
+
volume = {865},
|
|
75
|
+
number = {2},
|
|
76
|
+
eid = {96},
|
|
77
|
+
pages = {96},
|
|
78
|
+
doi = {10.3847/1538-4357/aadba5},
|
|
79
|
+
archivePrefix = {arXiv},
|
|
80
|
+
eprint = {1805.09198},
|
|
81
|
+
primaryClass = {astro-ph.GA},
|
|
82
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2018ApJ...865...96F},
|
|
83
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
84
|
+
},
|
|
85
|
+
"Bovy+2016": {
|
|
86
|
+
"tags": ["Bovy+2016"],
|
|
87
|
+
"bibtex": r"""@ARTICLE{Bovy+2016,
|
|
88
|
+
author = {{Bovy}, Jo and {Rix}, Hans-Walter and {Schlafly}, Edward F. and {Nidever}, David L. and {Holtzman}, Jon A. and et al.},
|
|
89
|
+
title = "{The Stellar Population Structure of the Galactic Disk}",
|
|
90
|
+
journal = {\apj},
|
|
91
|
+
keywords = {Galaxy: abundances, Galaxy: disk, Galaxy: evolution, Galaxy: formation, Galaxy: fundamental parameters, Galaxy: structure, Astrophysics - Astrophysics of Galaxies},
|
|
92
|
+
year = 2016,
|
|
93
|
+
month = may,
|
|
94
|
+
volume = {823},
|
|
95
|
+
number = {1},
|
|
96
|
+
eid = {30},
|
|
97
|
+
pages = {30},
|
|
98
|
+
doi = {10.3847/0004-637X/823/1/30},
|
|
99
|
+
archivePrefix = {arXiv},
|
|
100
|
+
eprint = {1509.05796},
|
|
101
|
+
primaryClass = {astro-ph.GA},
|
|
102
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2016ApJ...823...30B},
|
|
103
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
104
|
+
},
|
|
105
|
+
"Bovy+2019": {
|
|
106
|
+
"tags": ["Bovy+2019"],
|
|
107
|
+
"bibtex": r"""@ARTICLE{Bovy+2019,
|
|
108
|
+
author = {{Bovy}, Jo and {Leung}, Henry W. and {Hunt}, Jason A.~S. and {Mackereth}, J. Ted and {Garc{\'\i}a-Hern{\'a}ndez}, Domingo A. and et al.},
|
|
109
|
+
title = "{Life in the fast lane: a direct view of the dynamics, formation, and evolution of the Milky Way's bar}",
|
|
110
|
+
journal = {\mnras},
|
|
111
|
+
keywords = {Galaxy: abundances, Galaxy: bulge, Galaxy: evolution, Galaxy: fundamental parameters, Galaxy: kinematics and dynamics, Galaxy: structure, Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
|
|
112
|
+
year = 2019,
|
|
113
|
+
month = dec,
|
|
114
|
+
volume = {490},
|
|
115
|
+
number = {4},
|
|
116
|
+
pages = {4740-4747},
|
|
117
|
+
doi = {10.1093/mnras/stz2891},
|
|
118
|
+
archivePrefix = {arXiv},
|
|
119
|
+
eprint = {1905.11404},
|
|
120
|
+
primaryClass = {astro-ph.GA},
|
|
121
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2019MNRAS.490.4740B},
|
|
122
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
123
|
+
},
|
|
124
|
+
"McMillan+2011": {
|
|
125
|
+
"tags": ["McMillan+2011"],
|
|
126
|
+
"bibtex": r"""@ARTICLE{McMillan+2011,
|
|
127
|
+
author = {{McMillan}, Paul J.},
|
|
128
|
+
title = "{Mass models of the Milky Way}",
|
|
129
|
+
journal = {\mnras},
|
|
130
|
+
keywords = {methods: statistical, Galaxy: fundamental parameters, Galaxy: kinematics and dynamics, Astrophysics - Astrophysics of Galaxies},
|
|
131
|
+
year = 2011,
|
|
132
|
+
month = jul,
|
|
133
|
+
volume = {414},
|
|
134
|
+
number = {3},
|
|
135
|
+
pages = {2446-2457},
|
|
136
|
+
doi = {10.1111/j.1365-2966.2011.18564.x},
|
|
137
|
+
archivePrefix = {arXiv},
|
|
138
|
+
eprint = {1102.4340},
|
|
139
|
+
primaryClass = {astro-ph.GA},
|
|
140
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2011MNRAS.414.2446M},
|
|
141
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
|
+
"observables": {
|
|
145
|
+
"isochrones": {
|
|
146
|
+
"tags": ["isochrones-python"],
|
|
147
|
+
"bibtex": r"""@MISC{isochrones-python,
|
|
148
|
+
author = {{Morton}, Timothy D.},
|
|
149
|
+
title = "{isochrones: Stellar model grid package}",
|
|
150
|
+
keywords = {Software},
|
|
151
|
+
howpublished = {Astrophysics Source Code Library, record ascl:1503.010},
|
|
152
|
+
year = 2015,
|
|
153
|
+
month = mar,
|
|
154
|
+
eid = {ascl:1503.010},
|
|
155
|
+
pages = {ascl:1503.010},
|
|
156
|
+
archivePrefix = {ascl},
|
|
157
|
+
eprint = {1503.010},
|
|
158
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2015ascl.soft03010M},
|
|
159
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
160
|
+
},
|
|
161
|
+
"MIST": {
|
|
162
|
+
"tags": ["MIST0", "MIST1"],
|
|
163
|
+
"bibtex": r"""@ARTICLE{Dotter+2016,
|
|
164
|
+
author = {{Dotter}, Aaron},
|
|
165
|
+
title = "{MESA Isochrones and Stellar Tracks (MIST) 0: Methods for the Construction of Stellar Isochrones}",
|
|
166
|
+
journal = {\apjs},
|
|
167
|
+
keywords = {methods: numerical, stars: evolution, Astrophysics - Solar and Stellar Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
|
|
168
|
+
year = 2016,
|
|
169
|
+
month = jan,
|
|
170
|
+
volume = {222},
|
|
171
|
+
number = {1},
|
|
172
|
+
eid = {8},
|
|
173
|
+
pages = {8},
|
|
174
|
+
doi = {10.3847/0067-0049/222/1/8},
|
|
175
|
+
archivePrefix = {arXiv},
|
|
176
|
+
eprint = {1601.05144},
|
|
177
|
+
primaryClass = {astro-ph.SR},
|
|
178
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2016ApJS..222....8D},
|
|
179
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}
|
|
180
|
+
|
|
181
|
+
@ARTICLE{Choi+2016,
|
|
182
|
+
author = {{Choi}, Jieun and {Dotter}, Aaron and {Conroy}, Charlie and {Cantiello}, Matteo and {Paxton}, Bill and et al.},
|
|
183
|
+
title = "{Mesa Isochrones and Stellar Tracks (MIST). I. Solar-scaled Models}",
|
|
184
|
+
journal = {\apj},
|
|
185
|
+
keywords = {stars: evolution, stars: general, stars: interiors, Astrophysics - Solar and Stellar Astrophysics},
|
|
186
|
+
year = 2016,
|
|
187
|
+
month = jun,
|
|
188
|
+
volume = {823},
|
|
189
|
+
number = {2},
|
|
190
|
+
eid = {102},
|
|
191
|
+
pages = {102},
|
|
192
|
+
doi = {10.3847/0004-637X/823/2/102},
|
|
193
|
+
archivePrefix = {arXiv},
|
|
194
|
+
eprint = {1604.08592},
|
|
195
|
+
primaryClass = {astro-ph.SR},
|
|
196
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2016ApJ...823..102C},
|
|
197
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
198
|
+
},
|
|
199
|
+
"MESA": {
|
|
200
|
+
"tags": ["Paxton+2011", "Paxton+2013", "Paxton+2015", "Paxton+2018"],
|
|
201
|
+
"bibtex": r"""@ARTICLE{Paxton+2011,
|
|
202
|
+
author = {{Paxton}, Bill and {Bildsten}, Lars and {Dotter}, Aaron and {Herwig}, Falk and {Lesaffre}, Pierre and et al.},
|
|
203
|
+
title = "{Modules for Experiments in Stellar Astrophysics (MESA)}",
|
|
204
|
+
journal = {\apjs},
|
|
205
|
+
keywords = {methods: numerical, stars: evolution, stars: general, Astrophysics - Solar and Stellar Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
|
|
206
|
+
year = 2011,
|
|
207
|
+
month = jan,
|
|
208
|
+
volume = {192},
|
|
209
|
+
number = {1},
|
|
210
|
+
eid = {3},
|
|
211
|
+
pages = {3},
|
|
212
|
+
doi = {10.1088/0067-0049/192/1/3},
|
|
213
|
+
archivePrefix = {arXiv},
|
|
214
|
+
eprint = {1009.1622},
|
|
215
|
+
primaryClass = {astro-ph.SR},
|
|
216
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2011ApJS..192....3P},
|
|
217
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}
|
|
218
|
+
|
|
219
|
+
@ARTICLE{Paxton+2013,
|
|
220
|
+
author = {{Paxton}, Bill and {Cantiello}, Matteo and {Arras}, Phil and {Bildsten}, Lars and {Brown}, Edward F. and et al.},
|
|
221
|
+
title = "{Modules for Experiments in Stellar Astrophysics (MESA): Planets, Oscillations, Rotation, and Massive Stars}",
|
|
222
|
+
journal = {\apjs},
|
|
223
|
+
keywords = {asteroseismology, methods: numerical, planets and satellites: physical evolution, stars: evolution, stars: massive, stars: rotation, Astrophysics - Solar and Stellar Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
|
|
224
|
+
year = 2013,
|
|
225
|
+
month = sep,
|
|
226
|
+
volume = {208},
|
|
227
|
+
number = {1},
|
|
228
|
+
eid = {4},
|
|
229
|
+
pages = {4},
|
|
230
|
+
doi = {10.1088/0067-0049/208/1/4},
|
|
231
|
+
archivePrefix = {arXiv},
|
|
232
|
+
eprint = {1301.0319},
|
|
233
|
+
primaryClass = {astro-ph.SR},
|
|
234
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2013ApJS..208....4P},
|
|
235
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}
|
|
236
|
+
|
|
237
|
+
@ARTICLE{Paxton+2015,
|
|
238
|
+
author = {{Paxton}, Bill and {Marchant}, Pablo and {Schwab}, Josiah and {Bauer}, Evan B. and {Bildsten}, Lars and et al.},
|
|
239
|
+
title = "{Modules for Experiments in Stellar Astrophysics (MESA): Binaries, Pulsations, and Explosions}",
|
|
240
|
+
journal = {\apjs},
|
|
241
|
+
keywords = {binaries: general, methods: numerical, nuclear reactions, nucleosynthesis, abundances, shock waves, stars: evolution, stars: oscillations, Astrophysics - Solar and Stellar Astrophysics},
|
|
242
|
+
year = 2015,
|
|
243
|
+
month = sep,
|
|
244
|
+
volume = {220},
|
|
245
|
+
number = {1},
|
|
246
|
+
eid = {15},
|
|
247
|
+
pages = {15},
|
|
248
|
+
doi = {10.1088/0067-0049/220/1/15},
|
|
249
|
+
archivePrefix = {arXiv},
|
|
250
|
+
eprint = {1506.03146},
|
|
251
|
+
primaryClass = {astro-ph.SR},
|
|
252
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJS..220...15P},
|
|
253
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}
|
|
254
|
+
|
|
255
|
+
@ARTICLE{Paxton+2018,
|
|
256
|
+
author = {{Paxton}, Bill and {Schwab}, Josiah and {Bauer}, Evan B. and {Bildsten}, Lars and {Blinnikov}, Sergei and et al.},
|
|
257
|
+
title = "{Modules for Experiments in Stellar Astrophysics (MESA): Convective Boundaries, Element Diffusion, and Massive Star Explosions}",
|
|
258
|
+
journal = {\apjs},
|
|
259
|
+
keywords = {convection, diffusion, hydrodynamics, methods: numerical, stars: evolution, supernovae: general, Astrophysics - Solar and Stellar Astrophysics, Astrophysics - High Energy Astrophysical Phenomena},
|
|
260
|
+
year = 2018,
|
|
261
|
+
month = feb,
|
|
262
|
+
volume = {234},
|
|
263
|
+
number = {2},
|
|
264
|
+
eid = {34},
|
|
265
|
+
pages = {34},
|
|
266
|
+
doi = {10.3847/1538-4365/aaa5a8},
|
|
267
|
+
archivePrefix = {arXiv},
|
|
268
|
+
eprint = {1710.08424},
|
|
269
|
+
primaryClass = {astro-ph.SR},
|
|
270
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2018ApJS..234...34P},
|
|
271
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
272
|
+
},
|
|
273
|
+
"bayestar2019": {
|
|
274
|
+
"tags": ["bayestar2019"],
|
|
275
|
+
"bibtex": r"""@ARTICLE{bayestar2019,
|
|
276
|
+
author = {{Green}, Gregory M. and {Schlafly}, Edward and {Zucker}, Catherine and {Speagle}, Joshua S. and {Finkbeiner}, Douglas},
|
|
277
|
+
title = "{A 3D Dust Map Based on Gaia, Pan-STARRS 1, and 2MASS}",
|
|
278
|
+
journal = {\apj},
|
|
279
|
+
keywords = {Interstellar reddening, Interstellar dust extinction, Galaxy structure, Galaxy stellar content, Interstellar dust, 853, 837, 622, 621, 836, Astrophysics - Astrophysics of Galaxies},
|
|
280
|
+
year = 2019,
|
|
281
|
+
month = dec,
|
|
282
|
+
volume = {887},
|
|
283
|
+
number = {1},
|
|
284
|
+
eid = {93},
|
|
285
|
+
pages = {93},
|
|
286
|
+
doi = {10.3847/1538-4357/ab5362},
|
|
287
|
+
archivePrefix = {arXiv},
|
|
288
|
+
eprint = {1905.02734},
|
|
289
|
+
primaryClass = {astro-ph.GA},
|
|
290
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2019ApJ...887...93G},
|
|
291
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
"gaia": {
|
|
295
|
+
"gaia-selection-function": {
|
|
296
|
+
"tags": ["gaia-selection-function"],
|
|
297
|
+
"bibtex": r"""@ARTICLE{Cantat-Gaudin+2023,
|
|
298
|
+
author = {{Cantat-Gaudin}, Tristan and {Fouesneau}, Morgan and {Rix}, Hans-Walter and {Brown}, Anthony G.~A. and {Castro-Ginard}, Alfred and et al.},
|
|
299
|
+
title = "{An empirical model of the Gaia DR3 selection function}",
|
|
300
|
+
journal = {\aap},
|
|
301
|
+
keywords = {astrometry, catalogs, methods: data analysis, methods: statistical, Astrophysics - Astrophysics of Galaxies, Astrophysics - Instrumentation and Methods for Astrophysics},
|
|
302
|
+
year = 2023,
|
|
303
|
+
month = jan,
|
|
304
|
+
volume = {669},
|
|
305
|
+
eid = {A55},
|
|
306
|
+
pages = {A55},
|
|
307
|
+
doi = {10.1051/0004-6361/202244784},
|
|
308
|
+
archivePrefix = {arXiv},
|
|
309
|
+
eprint = {2208.09335},
|
|
310
|
+
primaryClass = {astro-ph.GA},
|
|
311
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2023A&A...669A..55C},
|
|
312
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"legwork": {
|
|
316
|
+
"legwork": {
|
|
317
|
+
"tags": ["legwork-joss", "legwork-apjs"],
|
|
318
|
+
"bibtex": r"""@ARTICLE{legwork-joss,
|
|
319
|
+
author = {{Wagg}, T. and {Breivik}, K. and {de Mink}, S.~E.},
|
|
320
|
+
title = "{LEGWORK: A Python Package for Computing the Evolution and Detectability of Stellar-origin Gravitational-wave Sources with Space-based Detectors}",
|
|
321
|
+
journal = {\apjs},
|
|
322
|
+
keywords = {Open source software, Gravitational waves, Gravitational wave detectors, Compact objects, Orbital evolution, White dwarf stars, Neutron stars, Stellar mass black holes, 1866, 678, 676, 288, 1178, 1799, 1108, 1611, Astrophysics - High Energy Astrophysical Phenomena, General Relativity and Quantum Cosmology},
|
|
323
|
+
year = 2022,
|
|
324
|
+
month = jun,
|
|
325
|
+
volume = {260},
|
|
326
|
+
number = {2},
|
|
327
|
+
eid = {52},
|
|
328
|
+
pages = {52},
|
|
329
|
+
doi = {10.3847/1538-4365/ac5c52},
|
|
330
|
+
archivePrefix = {arXiv},
|
|
331
|
+
eprint = {2111.08717},
|
|
332
|
+
primaryClass = {astro-ph.HE},
|
|
333
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2022ApJS..260...52W},
|
|
334
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
@ARTICLE{legwork-apjs,
|
|
338
|
+
author = {{Wagg}, Tom and {Breivik}, Katelyn and {de Mink}, Selma},
|
|
339
|
+
title = "{LEGWORK: A python package for computing the evolution and detectability of stellar-origin gravitational-wave sources with space-based detectors}",
|
|
340
|
+
journal = {The Journal of Open Source Software},
|
|
341
|
+
keywords = {neutron stars, white dwarfs, TianQin, Python, stellar mass black holes, gravitational wave detectors, orbital evolution, compact objects, gravitational waves, LISA, astronomy},
|
|
342
|
+
year = 2022,
|
|
343
|
+
month = feb,
|
|
344
|
+
volume = {7},
|
|
345
|
+
number = {70},
|
|
346
|
+
eid = {3998},
|
|
347
|
+
pages = {3998},
|
|
348
|
+
doi = {10.21105/joss.03998},
|
|
349
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2022JOSS....7.3998W},
|
|
350
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""},
|
|
351
|
+
},
|
|
352
|
+
"FIRE": {
|
|
353
|
+
"FIRE": {
|
|
354
|
+
"tags": ["Hopkins+2014", "Hopkins+2018", "Hopkins+2023"],
|
|
355
|
+
"bibtex": r"""@ARTICLE{Hopkins+2014,
|
|
356
|
+
author = {{Hopkins}, Philip F. and {Kere{\v{s}}}, Du{\v{s}}an and {O{\~n}orbe}, Jos{\'e} and {Faucher-Gigu{\`e}re}, Claude-Andr{\'e} and {Quataert}, Eliot and {Murray}, Norman and {Bullock}, James S.},
|
|
357
|
+
title = "{Galaxies on FIRE (Feedback In Realistic Environments): stellar feedback explains cosmologically inefficient star formation}",
|
|
358
|
+
journal = {\mnras},
|
|
359
|
+
keywords = {stars: formation, galaxies: active, galaxies: evolution, galaxies: formation, cosmology: theory, Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Astrophysics of Galaxies},
|
|
360
|
+
year = 2014,
|
|
361
|
+
month = nov,
|
|
362
|
+
volume = {445},
|
|
363
|
+
number = {1},
|
|
364
|
+
pages = {581-603},
|
|
365
|
+
doi = {10.1093/mnras/stu1738},
|
|
366
|
+
archivePrefix = {arXiv},
|
|
367
|
+
eprint = {1311.2073},
|
|
368
|
+
primaryClass = {astro-ph.CO},
|
|
369
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2014MNRAS.445..581H},
|
|
370
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
@ARTICLE{Hopkins+2018,
|
|
374
|
+
author = {{Hopkins}, Philip F. and {Wetzel}, Andrew and {Kere{\v{s}}}, Du{\v{s}}an and {Faucher-Gigu{\`e}re}, Claude-Andr{\'e} and {Quataert}, Eliot and {Boylan-Kolchin}, Michael and {Murray}, Norman and {Hayward}, Christopher C. and {Garrison-Kimmel}, Shea and {Hummels}, Cameron and {Feldmann}, Robert and {Torrey}, Paul and {Ma}, Xiangcheng and {Angl{\'e}s-Alc{\'a}zar}, Daniel and {Su}, Kung-Yi and {Orr}, Matthew and {Schmitz}, Denise and {Escala}, Ivanna and {Sanderson}, Robyn and {Grudi{\'c}}, Michael Y. and {Hafen}, Zachary and {Kim}, Ji-Hoon and {Fitts}, Alex and {Bullock}, James S. and {Wheeler}, Coral and {Chan}, T.~K. and {Elbert}, Oliver D. and {Narayanan}, Desika},
|
|
375
|
+
title = "{FIRE-2 simulations: physics versus numerics in galaxy formation}",
|
|
376
|
+
journal = {\mnras},
|
|
377
|
+
keywords = {methods: numerical, stars: formation, galaxies: active, galaxies: evolution, galaxies: formation, cosmology: theory, Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
|
|
378
|
+
year = 2018,
|
|
379
|
+
month = oct,
|
|
380
|
+
volume = {480},
|
|
381
|
+
number = {1},
|
|
382
|
+
pages = {800-863},
|
|
383
|
+
doi = {10.1093/mnras/sty1690},
|
|
384
|
+
archivePrefix = {arXiv},
|
|
385
|
+
eprint = {1702.06148},
|
|
386
|
+
primaryClass = {astro-ph.GA},
|
|
387
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2018MNRAS.480..800H},
|
|
388
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
@ARTICLE{Hopkins+2023,
|
|
392
|
+
author = {{Hopkins}, Philip F. and {Wetzel}, Andrew and {Wheeler}, Coral and {Sanderson}, Robyn and {Grudi{\'c}}, Michael Y. and {Sameie}, Omid and {Boylan-Kolchin}, Michael and {Orr}, Matthew and {Ma}, Xiangcheng and {Faucher-Gigu{\`e}re}, Claude-Andr{\'e} and {Kere{\v{s}}}, Du{\v{s}}an and {Quataert}, Eliot and {Su}, Kung-Yi and {Moreno}, Jorge and {Feldmann}, Robert and {Bullock}, James S. and {Loebman}, Sarah R. and {Angl{\'e}s-Alc{\'a}zar}, Daniel and {Stern}, Jonathan and {Necib}, Lina and {Choban}, Caleb R. and {Hayward}, Christopher C.},
|
|
393
|
+
title = "{FIRE-3: updated stellar evolution models, yields, and microphysics and fitting functions for applications in galaxy simulations}",
|
|
394
|
+
journal = {\mnras},
|
|
395
|
+
keywords = {methods: numerical, stars: formation, ISM: structure, galaxies: evolution, galaxies: formation, Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - High Energy Astrophysical Phenomena, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Solar and Stellar Astrophysics},
|
|
396
|
+
year = 2023,
|
|
397
|
+
month = feb,
|
|
398
|
+
volume = {519},
|
|
399
|
+
number = {2},
|
|
400
|
+
pages = {3154-3181},
|
|
401
|
+
doi = {10.1093/mnras/stac3489},
|
|
402
|
+
archivePrefix = {arXiv},
|
|
403
|
+
eprint = {2203.00040},
|
|
404
|
+
primaryClass = {astro-ph.GA},
|
|
405
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2023MNRAS.519.3154H},
|
|
406
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}}"""},
|
|
407
|
+
}
|
|
408
|
+
}
|