diff --git a/demo/browser/astronomy.browser.js b/demo/browser/astronomy.browser.js index d6f3d80d..3fe394f3 100644 --- a/demo/browser/astronomy.browser.js +++ b/demo/browser/astronomy.browser.js @@ -1752,7 +1752,7 @@ exports.LibrationInfo = LibrationInfo; * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/demo/nodejs/astronomy.js b/demo/nodejs/astronomy.js index f022eef0..ec449f70 100644 --- a/demo/nodejs/astronomy.js +++ b/demo/nodejs/astronomy.js @@ -1751,7 +1751,7 @@ exports.LibrationInfo = LibrationInfo; * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/demo/nodejs/calendar/astronomy.ts b/demo/nodejs/calendar/astronomy.ts index dd2216a7..13053b0a 100644 --- a/demo/nodejs/calendar/astronomy.ts +++ b/demo/nodejs/calendar/astronomy.ts @@ -1880,7 +1880,7 @@ export class LibrationInfo { * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/demo/python/astronomy.py b/demo/python/astronomy.py index 3d374807..468cf71a 100644 --- a/demo/python/astronomy.py +++ b/demo/python/astronomy.py @@ -9779,7 +9779,7 @@ def Libration(time): of orbit around the Earth. This function calculates a pair of perpendicular libration angles, - one representing rotation of the Moon in eclitpic longitude `elon`, the other + one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon diff --git a/generate/template/astronomy.c b/generate/template/astronomy.c index 1b0c3a6f..8d7c6e9e 100644 --- a/generate/template/astronomy.c +++ b/generate/template/astronomy.c @@ -2223,7 +2223,7 @@ astro_state_vector_t Astronomy_GeoEmbState(astro_time_t time) * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/generate/template/astronomy.cs b/generate/template/astronomy.cs index 05493753..efe71a1e 100644 --- a/generate/template/astronomy.cs +++ b/generate/template/astronomy.cs @@ -4254,7 +4254,7 @@ $ASTRO_IAU_DATA() /// of orbit around the Earth. /// /// This function calculates a pair of perpendicular libration angles, - /// one representing rotation of the Moon in eclitpic longitude `elon`, the other + /// one representing rotation of the Moon in ecliptic longitude `elon`, the other /// in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. /// /// This function also returns the geocentric position of the Moon diff --git a/generate/template/astronomy.kt b/generate/template/astronomy.kt index 3f3f7933..bc7a254d 100644 --- a/generate/template/astronomy.kt +++ b/generate/template/astronomy.kt @@ -7595,7 +7595,7 @@ fun lagrangePointFast( * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/generate/template/astronomy.py b/generate/template/astronomy.py index b9b0569a..73a284a4 100644 --- a/generate/template/astronomy.py +++ b/generate/template/astronomy.py @@ -7286,7 +7286,7 @@ def Libration(time): of orbit around the Earth. This function calculates a pair of perpendicular libration angles, - one representing rotation of the Moon in eclitpic longitude `elon`, the other + one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon diff --git a/generate/template/astronomy.ts b/generate/template/astronomy.ts index 595de3c0..8bd44da2 100644 --- a/generate/template/astronomy.ts +++ b/generate/template/astronomy.ts @@ -1069,7 +1069,7 @@ export class LibrationInfo { * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/c/README.md b/source/c/README.md index 5533c349..6d855c0c 100644 --- a/source/c/README.md +++ b/source/c/README.md @@ -1399,7 +1399,7 @@ Consider calling [`Astronomy_LagrangePoint`](#Astronomy_LagrangePoint), instead Libration is an observed back-and-forth wobble of the portion of the Moon visible from the Earth. It is caused by the imperfect tidal locking of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. -This function calculates a pair of perpendicular libration angles, one representing rotation of the Moon in eclitpic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. +This function calculates a pair of perpendicular libration angles, one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, and the apparent angular diameter of the Moon `diam_deg`. diff --git a/source/c/astronomy.c b/source/c/astronomy.c index b46a5154..0b6e1df9 100644 --- a/source/c/astronomy.c +++ b/source/c/astronomy.c @@ -2412,7 +2412,7 @@ astro_state_vector_t Astronomy_GeoEmbState(astro_time_t time) * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/csharp/README.md b/source/csharp/README.md index 5911a6f8..93bb74f4 100644 --- a/source/csharp/README.md +++ b/source/csharp/README.md @@ -1008,7 +1008,7 @@ of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. This function calculates a pair of perpendicular libration angles, -one representing rotation of the Moon in eclitpic longitude `elon`, the other +one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon diff --git a/source/csharp/astronomy.cs b/source/csharp/astronomy.cs index 2cc22616..4085de63 100644 --- a/source/csharp/astronomy.cs +++ b/source/csharp/astronomy.cs @@ -5466,7 +5466,7 @@ namespace CosineKitty /// of orbit around the Earth. /// /// This function calculates a pair of perpendicular libration angles, - /// one representing rotation of the Moon in eclitpic longitude `elon`, the other + /// one representing rotation of the Moon in ecliptic longitude `elon`, the other /// in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. /// /// This function also returns the geocentric position of the Moon diff --git a/source/js/README.md b/source/js/README.md index e0413e8d..fa922fd3 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -1886,7 +1886,7 @@ of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. This function calculates a pair of perpendicular libration angles, -one representing rotation of the Moon in eclitpic longitude `elon`, the other +one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon diff --git a/source/js/astronomy.browser.js b/source/js/astronomy.browser.js index d6f3d80d..3fe394f3 100644 --- a/source/js/astronomy.browser.js +++ b/source/js/astronomy.browser.js @@ -1752,7 +1752,7 @@ exports.LibrationInfo = LibrationInfo; * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/js/astronomy.d.ts b/source/js/astronomy.d.ts index bd24c674..0e893a94 100644 --- a/source/js/astronomy.d.ts +++ b/source/js/astronomy.d.ts @@ -350,7 +350,7 @@ export declare class LibrationInfo { * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/js/astronomy.js b/source/js/astronomy.js index f022eef0..ec449f70 100644 --- a/source/js/astronomy.js +++ b/source/js/astronomy.js @@ -1751,7 +1751,7 @@ exports.LibrationInfo = LibrationInfo; * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/js/astronomy.ts b/source/js/astronomy.ts index dd2216a7..13053b0a 100644 --- a/source/js/astronomy.ts +++ b/source/js/astronomy.ts @@ -1880,7 +1880,7 @@ export class LibrationInfo { * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/js/esm/astronomy.js b/source/js/esm/astronomy.js index 7d210e4b..8fb316ef 100644 --- a/source/js/esm/astronomy.js +++ b/source/js/esm/astronomy.js @@ -1737,7 +1737,7 @@ export class LibrationInfo { * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/kotlin/doc/libration.md b/source/kotlin/doc/libration.md index 7f11dec1..0e147ed2 100644 --- a/source/kotlin/doc/libration.md +++ b/source/kotlin/doc/libration.md @@ -8,7 +8,7 @@ Calculates the Moon's libration angles at a given moment in time. Libration is an observed back-and-forth wobble of the portion of the Moon visible from the Earth. It is caused by the imperfect tidal locking of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. -This function calculates a pair of perpendicular libration angles, one representing rotation of the Moon in eclitpic longitude elon, the other in ecliptic latitude elat, both relative to the Moon's mean Earth-facing position. +This function calculates a pair of perpendicular libration angles, one representing rotation of the Moon in ecliptic longitude elon, the other in ecliptic latitude elat, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon expressed in ecliptic longitude mlon, ecliptic latitude mlat, the distance dist_km between the centers of the Earth and Moon expressed in kilometers, and the apparent angular diameter of the Moon diam_deg. diff --git a/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt b/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt index f3cfa207..0e9a5021 100644 --- a/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt +++ b/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt @@ -7595,7 +7595,7 @@ fun lagrangePointFast( * of orbit around the Earth. * * This function calculates a pair of perpendicular libration angles, - * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * one representing rotation of the Moon in ecliptic longitude `elon`, the other * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. * * This function also returns the geocentric position of the Moon diff --git a/source/python/README.md b/source/python/README.md index 0a23db6c..a02de5bd 100644 --- a/source/python/README.md +++ b/source/python/README.md @@ -2053,7 +2053,7 @@ Moon visible from the Earth. It is caused by the imperfect tidal locking of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. This function calculates a pair of perpendicular libration angles, -one representing rotation of the Moon in eclitpic longitude `elon`, the other +one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the diff --git a/source/python/astronomy/astronomy.py b/source/python/astronomy/astronomy.py index 3d374807..468cf71a 100644 --- a/source/python/astronomy/astronomy.py +++ b/source/python/astronomy/astronomy.py @@ -9779,7 +9779,7 @@ def Libration(time): of orbit around the Earth. This function calculates a pair of perpendicular libration angles, - one representing rotation of the Moon in eclitpic longitude `elon`, the other + one representing rotation of the Moon in ecliptic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. This function also returns the geocentric position of the Moon