Skip to content

Commit

Permalink
add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Castro Ginard authored and Alfred Castro Ginard committed Apr 24, 2024
1 parent 5e5f474 commit 834d3ff
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion src/gaiaunlimited/selectionfunctions/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,24 @@
class BinarySystemsSelectionFunction(fetch_utils.DownloadMixin):
"""Model to estimate detectability of binary systems in Gaia DR3 based on RUWE.
If you use this model in a publication please cite (change for new paper):
If you use this model in a publication please cite:
@ARTICLE{2024arXiv240414127C,
author = {{Castro-Ginard}, Alfred and {Penoyre}, Zephyr and {Casey}, Andrew R. and {Brown}, Anthony G.~A. and {Belokurov}, Vasily and {Cantat-Gaudin}, Tristan and {Drimmel}, Ronald and {Fouesneau}, Morgan and {Khanna}, Shourya and {Kurbatov}, Evgeny P. and {Price-Whelan}, Adrian M. and {Rix}, Hans-Walter and {Smart}, Richard L.},
title = "{Gaia DR3 detectability of unresolved binary systems}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Astrophysics of Galaxies},
year = 2024,
month = apr,
eid = {arXiv:2404.14127},
pages = {arXiv:2404.14127},
doi = {10.48550/arXiv.2404.14127},
archivePrefix = {arXiv},
eprint = {2404.14127},
primaryClass = {astro-ph.GA},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024arXiv240414127C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
}
"""
Expand Down
19 changes: 18 additions & 1 deletion src/gaiaunlimited/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,24 @@ class SimulateGaiaSource(fetch_utils.DownloadMixin):

"""Forward model to estimate RUWE for single sources or binary systems in Gaia DR3.
If you use this model in a publication please cite (change for new paper):
If you use this model in a publication please cite:
@ARTICLE{2024arXiv240414127C,
author = {{Castro-Ginard}, Alfred and {Penoyre}, Zephyr and {Casey}, Andrew R. and {Brown}, Anthony G.~A. and {Belokurov}, Vasily and {Cantat-Gaudin}, Tristan and {Drimmel}, Ronald and {Fouesneau}, Morgan and {Khanna}, Shourya and {Kurbatov}, Evgeny P. and {Price-Whelan}, Adrian M. and {Rix}, Hans-Walter and {Smart}, Richard L.},
title = "{Gaia DR3 detectability of unresolved binary systems}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Astrophysics of Galaxies},
year = 2024,
month = apr,
eid = {arXiv:2404.14127},
pages = {arXiv:2404.14127},
doi = {10.48550/arXiv.2404.14127},
archivePrefix = {arXiv},
eprint = {2404.14127},
primaryClass = {astro-ph.GA},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024arXiv240414127C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
}
"""
Expand Down

0 comments on commit 834d3ff

Please sign in to comment.