.. _about: About ===== .. image:: https://img.shields.io/pypi/v/backtracks :target: https://pypi.python.org/pypi/backtracks .. image:: https://github.com/wbalmer/backtracks/actions/workflows/main.yml/badge.svg :target: https://github.com/wbalmer/backtracks/actions .. image:: https://img.shields.io/readthedocs/backtracks :target: http://backtracks.readthedocs.io .. image:: https://img.shields.io/github/license/wbalmer/backtracks :target: https://github.com/wbalmer/backtracks/blob/main/LICENSE `backtracks` is a python package to fit relative astrometry with background helical motion tracks, to discern directly imaged planets :ringed_planet: from contaminant sources :dizzy: :star: The code is written and developed by Gilles Otten (@gotten), William Balmer (@wbalmer), and Tomas Stolker (@tomasstolker). Attribution ----------- If you use `backtracks` in your published work, please cite our Zenodo entry (`here `_), and provide a footnote/acknowledgement linking to our package. An example bibtex citation is included below, but you may wish to cite a specific version of the package via zenodo instead. Thank you! :: @software{backtracks_code, author = {William O. Balmer and Gilles P. P. L. Otten and Tomas Stolker}, title = {backtracks: a python package to compare relative astrometry with background helical motion: v0.6}, month = feb, year = 2025, publisher = {Zenodo}, version = {v0.6}, doi = {10.5281/zenodo.14838369}, url = {https://doi.org/10.5281/zenodo.14838369}, } Details ------- * eDR3 Distance prior summary file from `Bailer-Jones et al. (2021) `_. * Example of HD 131399Ab uses data from `Wagner et al. (2022) `_ and `Nielsen et al. (2017) `_. Thank you to Kevin Wagner for providing the latest astrometry! * Log-likelihood and some utility functions borrowed heavily from `orbitize! `_ (BSD 3-clause). * PPF of multivariate normal borrowed from `pints `_ (BSD 3-clause).