astro.TypeAlias.EccentricityClass - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / EccentricityClass
EccentricityClass =
"circular"|"nearly-circular"|"eccentric"|"highly-eccentric"
Defined in: src/astro/body-orbit.ts:58
How round an orbit is, in the four bands the Canonn tooling reports.
-
circular— eccentricity exactly0. -
nearly-circular— below0.4. -
eccentric— below0.8. -
highly-eccentric—0.8and above.
The bands are descriptive rather than physical: nothing changes at 0.4. They exist so
that "how unusual is this orbit" has one answer everywhere instead of a different
threshold per caller.