Version: 2.0
Date: 2026-08-13
Engine: Moira 6.1.0
Calculation baseline: 68544ae1403009e3b25c30554992acb48790487c
Validation runtime: Python 3.14.3
Planetary kernel: JPL DE441
Overall status: partially validated; every result below is product-specific
Moira does not have one universal astronomy-accuracy number. Its astronomy layer contains different products—reference-frame transformations, planetary places, event searches, eclipse circumstances, occultation paths, rise/set times, and visibility models—and each product has its own authority, frame, time scale, correction regime, corpus, and acceptance envelope.
The strongest current numerical results are:
0.35 arcsecond angular and 0.1 km distance gate. The recorded maxima are
0.277781 arcsecond and 0.066846 km.0.001 arcsecond angular and 0.01 km vector-difference gate. The recorded
maxima are 0.000021829 arcsecond and 0.002937 km.0.001 arcsecond across the declared test epochs.The two planetary suites now enforce exact target identity and exact ephemeris-epoch identity. Older planetary residuals that mixed planet centers with system barycenters or sent a different time basis to Horizons are retired and are not evidence about Moira’s accuracy.
The word validated means only that a named product satisfied a named gate over a named corpus. It does not mean every body, epoch, observer, kernel, or public API route has the same error bound.
Every quantitative claim should answer these questions:
If one of those answers is absent, the statement is not a complete accuracy claim.
| Evidence class | What it establishes | What it does not establish |
|---|---|---|
| Authority validation | Agreement with a product-relevant primary standard or publication under matched semantics | Accuracy outside the named corpus or the authority’s own model |
| Cross-model comparison | A bounded difference between two explicitly different models | Same-model parity or a physical uncertainty estimate |
| Cross-engine corroboration | Agreement with another implementation | Primary scientific authority |
| Physical or structural invariant | Required geometry, ordering, continuity, conservation, or topology | External numerical accuracy by itself |
| Regression evidence | A result remains stable after it has been admitted | Independent truth |
| Native/Python differential | Two implementations of the same admitted computation agree | A second scientific oracle |
| Release-artifact evidence | A named artifact installs and reproduces its declared checks | Publication, deployment, or downstream adoption |
An acceptance threshold is a test gate, not automatically an uncertainty bar. Catalog rounding, model-basis differences, source resolution, numerical search tolerances, atmosphere variability, and observational uncertainty remain separate quantities.
The results in this revision were reviewed against Moira 6.1.0 at calculation
baseline 68544ae, using Python 3.14.3 and the discovered DE441 resource with
downloads disabled. The repository’s tests/KNOWN_ISSUES.yml contained no
active entries at review time.
The two major-body maxima quoted in the abstract and Section 5 are dated receipts from the isolated live Horizons run on 2026-08-13. The acceptance thresholds and comparison contracts are executable tests; the observed maxima are not promoted to frozen golden truth and should be refreshed with a later live-oracle run rather than copied forward unexamined.
DE441 is the kernel used for the numerical results in this paper. Moira can open other compatible SPK kernels, but this paper does not transfer the DE441 residuals to DE430, DE440, or any other kernel without a separate run.
The test environment distinguishes three kinds of evidence:
external_network test boundary.The calculation path under test is the Python-governed engine with its required native computational substrate. Native/Python agreement is reported only where a dedicated differential exists; it is not assumed for every product.
| Product | Evidence and corpus | Enforced gate | Claim status |
|---|---|---|---|
| IAU frames and Earth rotation | ERFA; 12 declared epochs for most functions, 8 modern epochs for full GAST | < 0.001 arcsecond |
Authority-validated on the named epochs |
| Apparent geocentric major bodies | JPL Horizons; 10 targets × 12 epochs = 120 | <= 0.35 arcsecond, <= 0.1 km |
Cross-model angle; same-target/same-epoch distance |
| Geometric geocentric major-body vectors | JPL Horizons; 10 targets × 8 epochs = 80 | <= 0.001 arcsecond, <= 0.01 km |
Authority comparison of matched ICRF vector geometry |
| Topocentric apparent RA/Dec | JPL Horizons; 18 cases | Per-case RA 15–30 arcseconds, Dec 4–12 arcseconds |
Authority-validated on the named sites/epochs; not an azimuth/altitude claim |
| Heliocentric orbital elements | JPL Horizons; 9 bodies × 3 epochs = 27 | Field-specific limits from 1e-5 AU to 0.05 degree |
Authority-validated on the named bodies/epochs |
| Heliocentric distance extrema | JPL Horizons vectors; 8 bodies | <= 1 day, <= 3e-4 AU |
Authority-validated for the next local extrema in each case |
| Asteroid apparent ecliptic positions | Frozen JPL Horizons fixture; 203 cases, 61 bodies | 0.5 arcsecond default; four named TNO exceptions at 1.5 or 5.0 arcseconds |
Product-specific authority fixture; not the planetary threshold |
| Delta T policies | Source-priority, continuity, policy, and compatibility tests | Product-specific invariants and source envelopes | Documented/partially validated; no universal Delta-T accuracy claim |
| Solar and lunar eclipses | NASA/GSFC catalogs, detailed products, and geometric invariants | Product-specific classification, time, coordinate, and topology gates | Authority-validated only for named catalog/product slices |
| Lunar occultations | JPL Horizons, IOTA, LOLA, cached Swiss cases, and invariants | Product-specific time/path/topography gates | Mixed authority, corroboration, and invariant evidence |
| Rise, set, and transit | Four frozen JPL Horizons cases plus USNO checks | <= 2 seconds on the Horizons corpus |
Authority-validated on the named bodies/sites/windows |
| Yallop lunar criterion | Yallop 1997 Table 4; 295 rows | q- and boundary-family gates |
Criterion validation, not guaranteed human sighting |
| Physical point-source visibility | Independent equations, libRadtran holdouts, external event goldens, invariants | 16-cell release matrix; 12 timed cells within 60 seconds |
Admitted only inside the declared clear-sky model and data-pack domain |
tests/integration/test_erfa_validation.py compares Moira with the matching
ERFA functions for:
erfa.gmst06);erfa.era00);erfa.obl06);erfa.nut06a);erfa.pmat06);erfa.pnm06a);Most comparisons use 12 epochs from 500 BCE through 2100 CE and enforce
< 0.001 arcsecond. Full erfa.gst06a GAST parity is separately enforced at
eight modern epochs from J1500 through J2100.
Before J1000, Moira’s equation-of-equinoxes construction and ERFA’s
equation-of-origins construction can differ by about 1.1 arcseconds. That is
a declared model-basis difference. It is not described as ERFA parity, and it
is not dismissed merely because historical Delta T may be larger.
Moira keeps civil or caller-facing time separate from ephemeris time. Tests bind astronomy calculations to the reader that supplies the relevant ephemeris clock, and external comparisons send the resulting epoch with an explicit Horizons time type.
The principal Delta-T policies are:
| Policy | Intended use |
|---|---|
hybrid |
Default source-priority table/scenario policy |
physical |
Explicit source-priority/scenario surface with uncertainty and accounting vessels |
nasa_canon |
Compatibility with NASA eclipse-publication conventions |
fixed |
Controlled sensitivity and reproducibility experiments |
tests/integration/test_delta_t_hybrid.py and
tests/integration/test_delta_t_model_comparison.py enforce policy routing,
source-priority identity, continuity, finite extrapolation behavior, and the
distinction between the canonical and physical paths. Those tests do not use a
fabricated Horizons or IERS fixture and do not claim one universal historical
Delta-T error.
For ancient eclipse comparisons, NASA catalog TT and Moira TT retain their own
declared Delta-T bases. The 360-second ancient gate is a cross-authority
regression envelope, not an estimate of ancient timing uncertainty.
The DE441 routes exposed by Moira do not all terminate at planet centers. The Horizons target must match the final SPK target exactly:
| Moira body | Horizons target used in the major-body suites |
|---|---|
| Sun | 10 — Sun center |
| Moon | 301 — Moon center |
| Mercury | 199 — Mercury center |
| Venus | 299 — Venus center |
| Mars | 4 — Mars system barycenter |
| Jupiter | 5 — Jupiter system barycenter |
| Saturn | 6 — Saturn system barycenter |
| Uranus | 7 — Uranus system barycenter |
| Neptune | 8 — Neptune system barycenter |
| Pluto | 9 — Pluto system barycenter |
Both major-body test files contain an executable identity assertion against
NAIF_ROUTES. A comparison to 499, 599, or another planet center would be
a different product and cannot be mixed into these residuals.
Test: tests/integration/test_horizons_planet_apparent.py
Corpus: 10 bodies × 12 epochs from 1900-01-01 through 2025-09-01
Origin: geocentric
Moira reduction: ICRF geometry reduced with IAU 2006 precession and IAU 2000A nutation
Horizons product: Earth-based apparent RA/Dec, quantity 2
Epoch contract: reader-bound ephemeris JD sent as discrete TLIST with
TIME_TYPE=TT
All 120 cases pass:
<= 0.35 arcsecond;<= 0.1 km;0.277781 arcsecond for the Saturn
system barycenter at the 1900 epoch; and0.066846 km for Mercury at the 1933
epoch.The angle is a cross-reduction-model comparison. Moira uses IAU 2006/2000A true-of-date reduction, while the Horizons manual describes apparent quantity 2 using its EOP-corrected IAU 1976/1980 true equator and equinox of date. The distance comparison is same-target and same-epoch.
Test: tests/integration/test_horizons_planet_vectors_wide.py
Corpus: 10 bodies × 8 epochs from 1800-06-24 through 2150-01-01
Product: geometric, uncorrected geocentric ICRF vectors
Horizons correction: VEC_CORR=NONE
Epoch contract: the same numeric ephemeris JD sent as discrete TLIST
with TIME_TYPE=TDB
All 80 cases pass:
<= 0.001 arcsecond;<= 0.01 km;0.000021829 arcsecond for the Moon at
J2000; and0.002937 km for Mercury at J2000.This isolates target and vector geometry. Because Moira currently passes its reader-bound ephemeris JD directly to the SPK evaluator and the test sends the same numeric JD to Horizons as TDB, this suite does not independently validate TT-to-TDB conversion.
Earlier versions of this report published apparent residuals of
0.577850 arcsecond / 1684.977 km and vector residuals of
0.762685 arcsecond / 10201.934 km. Those comparisons mixed Moira
system-barycenter routes with Horizons planet centers and did not hold the
ephemeris epoch contract constant. They are comparator-contract defects, not
measurements of DE441 or Moira, and must not be reused.
tests/integration/test_horizons_sky.py contains 18 live Horizons cases for
the Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, and Pluto at Greenwich
and New York epochs. It compares topocentric apparent right ascension and
declination. Per-case gates range from 15–30 arcseconds in right ascension
and 4–12 arcseconds in declination.
The current test does not assert its stored azimuth and altitude tolerances. Therefore this section makes no azimuth/altitude parity claim from that file.
tests/integration/test_horizons_orbits.py validates 27 osculating-element
cases: nine bodies from Mercury through Pluto at three epochs. The enforced
limits are:
1e-5 AU;1e-5;0.001 degree; and0.05 degree.The same file validates the next local perihelion and aphelion for eight
planets—Venus through Pluto—against extrema refined directly from Horizons
heliocentric vectors. The event-date gate is 1 day; the distance gate is
3e-4 AU.
Moira resolves each body’s NAIF chain and selects a segment that covers the requested epoch. The planetary validation suites exercise those routes over historical and future epochs, but passing output comparisons do not replace the dedicated resource, segment-selection, cache-ownership, and provenance tests.
The numbers in this paper belong to DE441. Kernel compatibility is an API capability; numerical transfer to another kernel requires a new corpus run.
tests/integration/test_horizons_asteroid_apparent.py uses a frozen,
provenance-bearing Horizons fixture containing 203 cases across 61 bodies.
The default longitude/latitude gate is 0.5 arcsecond for 57 bodies. Four
named distant TNOs have explicit kernel-solution allowances:
1.5 arcseconds;5.0 arcseconds.These are asteroid-product thresholds. They do not inherit the current
0.35 arcsecond major-body apparent-position threshold, and agreement within
a widened TNO gate must not be described as shared planetary-pipeline
accuracy.
Eclipse validation is split by product. Classification, greatest-event time, Besselian elements, central-path geography, visibility footprints, and lunar contact instants are not interchangeable claims.
tests/integration/test_eclipse_nasa_reference.py binds NASA/GSFC catalog
time semantics explicitly:
1 second;30-second cross-model
gate; and360-second and
60-second cross-authority regression envelopes.The ancient gate is not an ancient-eclipse accuracy claim. It keeps distinct Delta-T and ephemeris models visible while preventing silent regression.
tests/integration/test_eclipse_besselian_nasa_reference.py compares four
NASA events—partial, total, hybrid, and annular—at five time offsets. Each
Besselian field has its own unit and tolerance; for example, x, y, l1,
and l2 use 0.0001 Earth equatorial radii, while d and mu use separate
angular gates.
tests/integration/test_eclipse_path_nasa_reference.py validates four named
NASA path products. The gates include:
0.25 degree;0.5 degree unless a fixture row names another limit;2 km;5 seconds;0.005; and0.001 degree.Those tests do not claim dense ingress-to-egress track parity where NASA does not publish a matching numerical product.
tests/integration/test_eclipse_footprint_nasa_reference.py validates two
NASA/GSFC total-eclipse penumbral products, including the one-limit/two-limit
topology, contact order, sparse boundary anchors, and WGS 84 surface
invariants. The external-comparison ceilings are 5 seconds for anchor time
and 40 km for surface position. They cover a named DE200/LE200-to-DE441/LE441
comparison and source rounding; they are not NASA uncertainty estimates.
tests/integration/test_eclipse_lunar_contacts_nasa_reference.py compares the
14 applicable P1/U1/U2/U3/U4/P4 instants in four modern NASA/GSFC detailed
figures on a common TT basis. Ordinary native and NASA-compatibility gates are
120 seconds and 10 seconds. A magnitude-0.0014 limiting event has
separate 240-second and 30-second gates and an independent duration check.
These are named mean-limb/shadow-model comparisons. They do not validate site-specific observed lunar-limb contacts.
Moira keeps three occultation evidence tracks separate.
tests/integration/test_occultations_external_reference.py compares local
Venus and Regulus lunar-occultation midtimes with cached Swiss t.exp rows at
the fixture’s sites and altitudes, using a 180-second gate. This is
cross-engine corroboration, not primary authority validation.
tests/integration/test_eclipse_occultation_where_reference.py exercises
named live IOTA graze/limit slices for El Nath, Spica north and south, epsilon
Ari, Alcyone, Merope, Asellus Borealis, and Regulus. The admitted
graze-boundary latitude gate is 0.18 degree. Site altitude is used when the
source declares it.
The polar-safe topology has a separate primary-authority case: the
2026-10-05 lunar occultation of Mars at the geographic North Pole.
tests/fixtures/jpl_horizons_polar_occultation_reference.json preserves
airless JPL Horizons rows with two 0.5-second contact brackets. Moira’s DE441
contacts must fall no more than 2 seconds outside each bracket.
That fixture validates pole containment and the two pole-boundary contacts. It does not externally validate the complete left/right tracks or total path width; those are covered by spherical zero-clearance, continuity, ordering, and great-circle invariants. The frozen Horizons Earth-orientation prediction must be refreshed after the 2026-10-05 event when measured EOP data are available.
The topographic contact product is a distinct observed/profile-conditioned
surface. Its named two-site Spica slice combines IOTA reductions with official
USGS LOLA assets and finite-resolution lunar-limb reconstruction. That evidence
characterizes the admitted sites and profile resolution; it is not a universal
topographic-contact accuracy statement. Release-specific details remain in
wiki/03_validation/RELEASE_VALIDATION_5_1_TO_5_2.md.
Ancient occultation reconstruction is a separate historical-reduction program and is not validated by the modern IOTA or polar-path corpus.
tests/fixtures/horizons_rise_set_reference.json contains four frozen JPL
Horizons cases:
The source tables were sampled at one-minute cadence and crossings were
interpolated. Every expected event is the first matching event in the next
24 hours from jd_start. tests/integration/test_horizons_rise_set_reference.py
enforces 2 seconds for the four cases. Published USNO tables provide
supplemental fixed-star checks; cached Swiss rows remain secondary
corroboration.
The 2-second result belongs to these bodies, sites, dates, altitude
thresholds, and window semantics. It is not a universal rise/set bound.
The Sirius/Sothic slice uses Censorinus’s 139 CE record and declared latitude-order expectations. It is a bounded historical corroboration under an explicit visibility doctrine and calendar uncertainty, not an exact observed timestamp oracle.
tests/integration/test_visibility_validation.py uses the 295 rows extracted
from Yallop 1997 Table 4. The admitted audit reports:
±0.03 in q;±0.05;Non-boundary rows use a ±0.035 q gate with exact class agreement;
boundary-sensitive rows use ±0.03 without a false exact-class promise.
Criterion agreement does not guarantee a human observation under arbitrary
weather, terrain, optical aid, or observer conditions.
The current authority for the opt-in
clear_sky_naked_eye_point_source_v1 model is
Physical Heliacal-Visibility Validation and Admission.
The model combines primary equation checks, independent libRadtran holdouts,
a bounded Tousey-Koomen comparison, property/invariant tests, external event
goldens, native/Python differential evidence, and offline artifact checks.
Its Phase 7 release matrix has 16 cells: 12 independently reconstructed event
times and four explicit no-event/domain regressions. All 12 timed cells pass a
fixed 60-second external-grid limit; the largest recorded engine/oracle
difference is 5.8789461851119995 seconds.
That is numerical event-geometry evidence inside the exact clear-sky, point-source, target-profile, observer-protocol, and data-pack domain. It is not second-level human-visibility truth. Clouds, live weather, optical aids, extended objects, generic stellar inference, global site transfer, and observer-population probability remain excluded.
This paper deliberately does not claim:
The absence of one of these broad claims is not a hidden failure. It is the boundary that keeps a narrower result scientifically meaningful.
Use the repository’s project environment and disable downloads. On Windows:
$env:MOIRA_NO_DOWNLOAD = "1"
$env:MOIRA_TEST_MODE = "1"
$env:MOIRA_STRICT_KNOWN_ISSUES = "1"
Small offline examples:
.\.venv\Scripts\python.exe -m pytest tests\integration\test_erfa_validation.py -q
.\.venv\Scripts\python.exe -m pytest tests\integration\test_horizons_rise_set_reference.py -q
.\.venv\Scripts\python.exe -m pytest tests\integration\test_eclipse_nasa_reference.py -q
.\.venv\Scripts\python.exe -m pytest tests\integration\test_occultation_polar_topology_horizons_reference.py -q
Live Horizons validation must be isolated to explicitly selected external tests:
.\.venv\Scripts\python.exe -m pytest `
tests\integration\test_horizons_planet_apparent.py `
tests\integration\test_horizons_planet_vectors_wide.py `
-m external_network --run-external-network -q
The live suite depends on the current Horizons service and should record its date, target identities, query semantics, and result envelope. A later run can legitimately differ if the authority data, EOP inputs, or service behavior changes.
Documentation and publication guards:
.\.venv\Scripts\python.exe scripts\check_doc_consistency.py
.\.venv\Scripts\python.exe scripts\build_website_docs_bundle.py --check
.\.venv\Scripts\python.exe scripts\sync_git_wiki.py --check
These documentation checks verify consistency and generated mirrors. They do not rerun the scientific oracles.
Primary or product-relevant authorities used by the named suites include:
Repository evidence records with more detail include:
wiki/03_validation/RELEASE_VALIDATION_5_1_TO_5_2.md;wiki/03_validation/PHYSICAL_HELIACAL_VISIBILITY_VALIDATION_2026-08-05.md;wiki/03_validation/PHYSICAL_HELIACAL_VISIBILITY_CAPABILITY_MATRIX.generated.md;wiki/03_validation/PHYSICAL_HELIACAL_VISIBILITY_API_INVENTORY.generated.md;tests/fixtures/eclipse_nasa_reference.json;tests/fixtures/eclipse_nasa_lunar_1901_2000.json;tests/fixtures/nasa_solar_besselian_reference.json;tests/fixtures/nasa_solar_penumbral_footprint_reference.json;tests/fixtures/nasa_lunar_contact_instants_reference.json;tests/fixtures/jpl_horizons_polar_occultation_reference.json;tests/fixtures/horizons_rise_set_reference.json; andtests/fixtures/physical_visibility_phase7_evidence_registry.json.This revision replaces the former mixed bug ledger with a current, product-owned validation account. Historical defects are retained only where they change how a published number must be interpreted—most importantly, the retired planetary target/time mismatches. Open work belongs in the roadmap or a dedicated dated evidence record, not in the current-results table.
The overall report remains partial because its component products have different evidence maturity and because no finite corpus can prove every supported astronomical condition. That status is a truthful boundary, not a failure of the validated slices above.