Skip to content

Commit

Permalink
adding citation to limbdark
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Sep 19, 2019
1 parent bcc5a51 commit f41125b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion exoplanet/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def get_citations_for_model(model=None, width=79):
""",
),
"starry": (
("exoplanet:luger18",),
("exoplanet:luger18", "exoplanet:agol19"),
r"""
@article{exoplanet:luger18,
author = {{Luger}, R. and {Agol}, E. and {Foreman-Mackey}, D. and {Fleming},
Expand All @@ -260,6 +260,17 @@ def get_citations_for_model(model=None, width=79):
adsurl = {http://adsabs.harvard.edu/abs/2019AJ....157...64L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{exoplanet:agol19,
author = {{Agol}, Eric and {Luger}, Rodrigo and {Foreman-Mackey}, Daniel},
title = "{Analytic Planetary Transit Light Curves and Derivatives
for Stars with Polynomial Limb Darkening}",
journal = {arXiv e-prints},
year = 2019,
month = aug,
eprint = {1908.03222},
url = {http://arxiv.org/abs/1908.03222}
}
""",
),
"celerite": (
Expand Down

0 comments on commit f41125b

Please sign in to comment.