From 56b485254278f1f004a01fa60d7e3099760d604b Mon Sep 17 00:00:00 2001 From: Don Cross Date: Wed, 14 Jul 2021 20:28:15 -0400 Subject: [PATCH] Documented the BaryState functions. --- csdown/csharp_prefix.md | 1 + hydrogen/c_prefix.md | 1 + jsdoc2md/js.hbs | 1 + pydown/py_prefix.md | 1 + source/c/README.md | 1 + source/csharp/README.md | 1 + source/js/README.md | 1 + source/python/README.md | 1 + 8 files changed, 8 insertions(+) diff --git a/csdown/csharp_prefix.md b/csdown/csharp_prefix.md index ab15f5dd..ef51fbbf 100644 --- a/csdown/csharp_prefix.md +++ b/csdown/csharp_prefix.md @@ -34,6 +34,7 @@ To get started quickly, here are some [examples](../../demo/csharp/). | [EclipticLongitude](#Astronomy.EclipticLongitude) | Calculates ecliptic longitude of a body in the J2000 system. | | [Horizon](#Astronomy.Horizon) | Calculates horizontal coordinates (azimuth, altitude) for a given observer on the Earth. | | [PairLongitude](#Astronomy.PairLongitude) | Calculates the difference in apparent ecliptic longitude between two bodies, as seen from the Earth. | +| [BaryState](#Astronomy.BaryState) | Calculates the barycentric position and velocity vectors of the Sun or a planet. | ### Geographic helper functions diff --git a/hydrogen/c_prefix.md b/hydrogen/c_prefix.md index eb95ff47..923db85e 100644 --- a/hydrogen/c_prefix.md +++ b/hydrogen/c_prefix.md @@ -55,6 +55,7 @@ To get started quickly, here are some [examples](../../demo/c/). | [EclipticLongitude](#Astronomy_EclipticLongitude) | Calculates ecliptic longitude of a body in the J2000 system. | | [Horizon](#Astronomy_Horizon) | Calculates horizontal coordinates (azimuth, altitude) for a given observer on the Earth. | | [PairLongitude](#Astronomy_PairLongitude) | Calculates the difference in apparent ecliptic longitude between two bodies, as seen from the Earth. | +| [BaryState](#Astronomy_BaryState) | Calculates the barycentric position and velocity vectors of the Sun or a planet. | ### Geographic helper functions diff --git a/jsdoc2md/js.hbs b/jsdoc2md/js.hbs index 1ebad5db..fb2c39e0 100644 --- a/jsdoc2md/js.hbs +++ b/jsdoc2md/js.hbs @@ -30,6 +30,7 @@ and some [Node.js examples](../../demo/nodejs/). | [Ecliptic](#Ecliptic) | Calculates ecliptic latitude, longitude, and Cartesian coordinates. | | [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 diff --git a/pydown/py_prefix.md b/pydown/py_prefix.md index 94c40c8e..203dee81 100644 --- a/pydown/py_prefix.md +++ b/pydown/py_prefix.md @@ -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 diff --git a/source/c/README.md b/source/c/README.md index f5cb74c0..3af9a8a6 100644 --- a/source/c/README.md +++ b/source/c/README.md @@ -55,6 +55,7 @@ To get started quickly, here are some [examples](../../demo/c/). | [EclipticLongitude](#Astronomy_EclipticLongitude) | Calculates ecliptic longitude of a body in the J2000 system. | | [Horizon](#Astronomy_Horizon) | Calculates horizontal coordinates (azimuth, altitude) for a given observer on the Earth. | | [PairLongitude](#Astronomy_PairLongitude) | Calculates the difference in apparent ecliptic longitude between two bodies, as seen from the Earth. | +| [BaryState](#Astronomy_BaryState) | Calculates the barycentric position and velocity vectors of the Sun or a planet. | ### Geographic helper functions diff --git a/source/csharp/README.md b/source/csharp/README.md index ea93501d..5e2f4b2c 100644 --- a/source/csharp/README.md +++ b/source/csharp/README.md @@ -34,6 +34,7 @@ To get started quickly, here are some [examples](../../demo/csharp/). | [EclipticLongitude](#Astronomy.EclipticLongitude) | Calculates ecliptic longitude of a body in the J2000 system. | | [Horizon](#Astronomy.Horizon) | Calculates horizontal coordinates (azimuth, altitude) for a given observer on the Earth. | | [PairLongitude](#Astronomy.PairLongitude) | Calculates the difference in apparent ecliptic longitude between two bodies, as seen from the Earth. | +| [BaryState](#Astronomy.BaryState) | Calculates the barycentric position and velocity vectors of the Sun or a planet. | ### Geographic helper functions diff --git a/source/js/README.md b/source/js/README.md index b2916fc9..428b2863 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -30,6 +30,7 @@ and some [Node.js examples](../../demo/nodejs/). | [Ecliptic](#Ecliptic) | Calculates ecliptic latitude, longitude, and Cartesian coordinates. | | [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 diff --git a/source/python/README.md b/source/python/README.md index 9cdbccb4..42e75d27 100644 --- a/source/python/README.md +++ b/source/python/README.md @@ -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