For #350, add a long-term TODO item

This commit is contained in:
Brandon Rhodes 2020-07-17 11:12:46 -04:00
parent a7f8863d6b
commit bba1f8bc94
2 changed files with 8 additions and 2 deletions

View File

@ -95,6 +95,12 @@ Adding more smarts to ephemeris handling
* And additionally: the error when not enough bodies are available for
deflection maybe someday needs to be more helpful.
* Bring support for Type 1 and Type 21 JPL ephemerides into Skyfield
from the third-party libraries where it now lives. The routines will
need to be vectorized and updated to use a Skyfield approach to vector
and matrix operations. When complete and documented, make a comment
at: https://github.com/skyfielders/python-skyfield/issues/350
For 2.0
=======

View File

@ -218,8 +218,8 @@ at the completion of a ``with`` statement:
.. _third-party-ephemerides:
Third-party libraries for other ephemeris formats
=================================================
Type 1 and Type 21 ephemeris formats
====================================
If you generate an ephemeris with a tool like NASAs
`HORIZONS <https://ssd.jpl.nasa.gov/horizons.cgi>`_ system,