Documented the BaryState functions.

This commit is contained in:
Don Cross
2021-07-14 20:28:15 -04:00
parent 827e083e34
commit 56b4852542
8 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ To get started quickly, here are some [examples](../../demo/python/).
| [EclipticLongitude](#EclipticLongitude) | Calculates ecliptic longitude of a body in the J2000 system. |
| [Horizon](#Horizon) | Calculates horizontal coordinates (azimuth, altitude) for a given observer on the Earth. |
| [PairLongitude](#PairLongitude) | Calculates the difference in apparent ecliptic longitude between two bodies, as seen from the Earth. |
| [BaryState](#BaryState) | Calculates the barycentric position and velocity vectors of the Sun or a planet. |
### Geographic helper functions