Every object in Space Time carries aspect-scoped provenance: its position, orbit, physical data and appearance each name an origin and a source. These pages publish those records so you can check them without opening the app. A reconstruction is labelled a reconstruction, a picture is labelled a picture, and an undocumented value says so.
Snapshot dates are read from the generated manifests at request time. "Automated" says which refreshes run on their own and which need a person.
| Dataset | Last refreshed | Horizon | Automated |
|---|---|---|---|
| Current comets and near-Earth asteroids | no snapshot date | Osculating elements at the snapshot epoch; propagated as two-body conics | Yes, weekly (Monday data job) npm run fetch:data |
| Searchable comet catalog (all comets) | no snapshot date | Every JPL comet record with elements and photometric parameters | Yes, weekly (Monday data job) npm run generate:comets |
| Bright numbered asteroids (H < 13) | no snapshot date | Elements at each body's own epoch; no covariance | Yes, weekly (Monday data job) npm run generate:asteroids |
| Exoplanet systems (pscomppars) | no snapshot date | Confirmed planets only; composite parameters as published at the snapshot | Yes, weekly (Monday data job) npm run generate:exoplanets |
| Recent catalog additions Derived from the JPL and Exoplanet Archive snapshots |
no snapshot date | Difference between the two most recent refreshes | Yes, weekly (Monday data job) npm run generate:catalog-changes |
| NGC/IC deep-sky catalog OpenNGC · CC-BY-SA-4.0 |
no snapshot date | ICRS/J2000 positions, magnitudes and sizes as supplied | No, refreshed by hand scripts/build-ngc-catalog |
| Nearest Gaia DR3 sources | no snapshot date | Epoch 2016.0 astrometry with proper motion and covariance for parallax > 40 mas | No, refreshed by hand scripts/build-gaia-nearby |
| Planetary satellite mean elements | no snapshot date | Mean elements (a, e, i, period) for every known natural satellite | No, refreshed by hand npm run generate:moons |
| Double and variable stars | no snapshot date | WDS pairs with primary mag <= 8; GCVS variables with max mag <= 10 | No, refreshed by hand npm run generate:star-extras |
| Extended deep-sky catalogs | no snapshot date | Positions, sizes and magnitudes as catalogued | No, refreshed by hand npm run generate:extended-dso |
| Quasars and AGN | no snapshot date | V <= 17 objects with redshift and class | No, refreshed by hand npm run generate:quasars |
| Messier, Caldwell and Herschel 400 lists Cross-referenced to the local NGC/IC catalog |
no snapshot date | Program membership and positions | No, refreshed by hand npm run generate:programs |
| Sky events calendar (.ics) | no snapshot date | Next 24 months from the generation date | Yes, weekly (Monday data job) npm run generate:calendar |
| Spacecraft trajectories (baked keyframes) | no snapshot date | Per craft: each evidence page states the first and last sample date | No, refreshed by hand scripts/bake-trajectories.mjs |
| Bundled satellite element sets (ISS, Tiangong, Hubble) | Element epoch in the TLE; the app fetches live sets first and falls back to this bundle | Yes, every production build scripts/refresh-tle.mjs (prebuild) |
|
| Sun, Moon and planet positions | no snapshot date | Valid roughly 1700 to 2200 at arcminute level; no snapshot to age | Not applicable (analytic model) npm dependency |