Add ASCL citation to assist scholars

This commit is contained in:
Brandon Rhodes 2019-09-17 09:40:16 -04:00
parent 87a2e9f4c7
commit 2cca7f11d9
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,9 @@
"""Use a JPL ephemeris to predict planet positions.
Cite as: `Astrophysics Source Code Library, record ascl:1112.014
<https://ascl.net/1112.014>`_
This package can load and use a Jet Propulsion Laboratory (JPL)
ephemeris for predicting the position and velocity of a planet or other
Solar System body. It only needs `NumPy <http://www.numpy.org/>`_,
@ -253,7 +256,6 @@ time of day. Nearly all ``jplephem`` routines accept this optional
``tdb2`` argument if you wish to provide it, thanks to the work of
Marten van Kerkwijk!
Legacy Ephemeris Packages
-------------------------