Engine version: post-Phase α (sub-arcsecond accuracy certified) Last updated: 2026-04-04 (harmograms H1-H5 completed; bridge layer expanded; selective root exports added) Purpose: Canonical record of implementation status, missing features, and mathematical improvement opportunities.
The following items from the original roadmap have been fully implemented and
are exposed in the moira package namespace:
| # | Feature | Status | Location |
|---|---|---|---|
| 1 | Vertex / Anti-Vertex | Done | houses.py — calculate_houses() now populates HouseCusps.vertex via _asc_from_armc(armc+90, obliquity, -lat) |
| 2 | Antiscia & Contra-Antiscia | Done | antiscia.py — antiscia(), find_antiscia(), AntisciaAspect |
| 3 | Parallel & Contra-Parallel aspects | Done | aspects.py — find_declination_aspects(), DeclinationAspect |
| 4 | Parans | Done | parans.py — find_parans(), natal_parans(), Paran, full paran-field analysis suite |
| 5 | Generic planet return | Done | transits.py — planet_return() |
| 7 | Annual Profections | Done | profections.py — annual_profection(), monthly_profection(), profection_schedule(), ProfectionResult |
| 8 | Firdaria | Done | timelords.py — firdaria(), current_firdaria(), FirdarPeriod |
| 9 | Vimshottari Dasha | Done | dasha.py — vimshottari(), current_dasha(), dasha_balance(), DashaPeriod |
| 10 | Nakshatra Positions | Done | sidereal.py — nakshatra_of(), all_nakshatras_at(), NakshatraPosition |
| 11 | Zodiacal Releasing | Done | timelords.py — zodiacal_releasing(), current_releasing(), ReleasingPeriod |
| 12 | Hyleg / Alcocoden | Done | longevity.py — find_hyleg(), calculate_longevity(), HylegResult |
| 14 | Astrocartography / ACG | Done | astrocartography.py — acg_lines(), acg_from_chart(), ACGLine |
| 15 | Local Space Chart | Done | local_space.py — local_space_positions() |
| 16 | 90° Dial / Midpoints | Done | midpoints.py — calculate_midpoints(), midpoints_to_point(), Midpoint |
| Feature | Location |
|---|---|
| Galactic coordinates | galactic.py — galactic_position_of(), all_galactic_positions() |
| Uranian / TNP bodies | uranian.py — UranianBody, uranian_at(), all_uranian_at() |
| Harmonic charts | harmonics.py — calculate_harmonic(), aspect_harmonic_profile(), HARMONIC_PRESETS |
| Gauquelin sectors | gauquelin.py — gauquelin_sector(), all_gauquelin_sectors(), GauquelinPosition |
| Occultations | occultations.py — close_approaches(), lunar_occultation(), CloseApproach |
| Planetary hours | planetary_hours.py — planetary_hours(), PlanetaryHour, PlanetaryHoursDay |
| Primary directions | primary_directions.py — find_primary_arcs(), PrimaryArc |
| Planetary stations | stations.py — find_stations(), next_station(), StationEvent |
| Arabic lunar mansions | manazil.py — mansion_of(), all_mansions_at(), MansionInfo |
| Sothic cycle | sothic.py — sothic_rising(), sothic_epochs(), SothicEntry |
| Jones chart shapes | chart_shape.py — classify_chart_shape(), ChartShape, ChartShapeType |
| Varga / divisional charts | varga.py — navamsa(), calculate_varga(), dashamansa(), etc. — wired (moira.__all__, 46 tests) |
| Heliacal rising / setting | fixed_stars.py — heliacal_rising(), heliacal_setting() — wired (moira.__all__, 46 tests) |
| Hayz / in sect | dignities.py — is_in_hayz(), is_in_sect(), SectStateKind, SectTruth, SectClassification — wired (moira.__all__, 46 tests) |
| Harmograms research engine | harmograms/ — spectral vectors, zero-Aries parts, intensity spectra, projections, traces, comparison helpers |
| Harmogram bridge layer | bridges/harmograms.py — native chart/progression adapters, body filters, and datetime-range sample builders |
Status: primary-source unblocked; implementation still pending
Reason:
Astrodyne-Manual.pdf is now in hand and materially unblocks the doctrine.Constraint:
Unblocker:
wiki/05_research/astrodynes/astrodynes_source_assessment_2026-04-09.md
for the current source audit and the exact remaining gaps.All three original public-surface wiring gaps are now closed. No open Part I items remain from the original roadmap.
Doneheliacal_rising() and heliacal_setting() are exported from moira.__all__
and tested in tests/unit/test_public_surface_gaps.py.
Doneis_in_hayz(), is_in_sect(), SectStateKind, SectTruth, and
SectClassification are exported from moira.__all__ and tested in
tests/unit/test_public_surface_gaps.py.
Donevarga.py (navamsa, calculate_varga, dashamansa, dwadashamsa,
saptamsa, trimshamsa, VargaPoint) wired into moira.__init__ and
moira.__all__; tested in tests/unit/test_public_surface_gaps.py.
Status reflects work done since the original roadmap entry.
HIGH IMPACT — Doneayanamsa() now routes mode="true" calls for systems in _STAR_ANCHORED
through _star_anchored_ayanamsa(), which calls fixed_star_at() for the
anchor star at the requested JD and computes star_tropical_lon − target_sidereal.
Affected systems: TRUE_CHITRAPAKSHA (Spica = 180°), TRUE_REVATI
(Revati = 0°), ALDEBARAN_15_TAU (Aldebaran = 45°), TRUE_PUSHYA
(Asellus Australis = 106.667°).
Ayanamsa.LAHIRI remains epoch-anchored (23°15′00.658″ at 21 Mar 1956),
matching SE_SIDM_LAHIRI in SwissEph — Lahiri is not star-anchored by doctrine.
Polynomial mode="mean" path unchanged for all systems (fallback and research).
Verified: Spica sidereal longitude = 180.000° ± 0.001° at J1956, J2000, J2020.
Tests: tests/unit/test_sidereal.py (50 tests).
HIGH IMPACT — DoneVertex is now populated in calculate_houses():
vertex = _asc_from_armc((armc + 90.0) % 360.0, obliquity, -latitude)
MEDIUM IMPACT — Donecorrections.py::topocentric_correction() already uses the full WGS-84
geodetic model:
f = 1.0 / 298.257223563 (WGS-84 flattening)a = EARTH_RADIUS_KM = 6378.137 (equatorial radius, km)The roadmap entry was written before this work was completed.
MEDIUM IMPACT — DoneAlready fully implemented in julian.py:
greenwich_mean_sidereal_time() uses θ_ERA (IAU 2000) as foundation plus the
Capitaine et al. (2003) 5th-order polynomial correction (SOFA iauGmst06)._gast_complementary_terms() implements all 9 periodic terms from IERS 2010
Table 5.2c (dominant term 0.00264″ from Moon’s node Ω; total ≤ 0.04″).apparent_sidereal_time() computes GAST = GMST + Δψ·cos(ε) + CT.The roadmap entry was written before this work was completed. Agreement with
SOFA iauGmst06 is better than 0.0001″ for 1800–2200.
MEDIUM IMPACT — Done_DELTA_T_ANNUAL in julian.py updated with 12-month arithmetic means from
USNO deltat.data (source: maia.usno.navy.mil/ser7/deltat.data, fetched 2026-03-22).
2015–2025 are fully observed; 2026 uses the Jan 2026 IERS Bulletin A value (~69.1 s).
Key corrections vs. prior table (observed overestimates):
The 1955–2015 blend point was also fixed to reference _DELTA_T_ANNUAL[0]
directly rather than a hardcoded literal, so future table updates auto-propagate.
MEDIUM IMPACT — DonePlanetData (in planets.py) already carries is_topocentric: bool = False
and planets.py::planet_at() populates it from the _topocentric local at
line 589. FixedStar and GaiaStarPosition carry the same field. All
three result vessels surface the geocentric/topocentric distinction explicitly.
LOW IMPACT — Donefixed_stars.py already handles per-entry epoch correctly:
_J1991_25 = 2448349.0625 as
the propagation start epoch.pm_ra is stored and applied as μ_α* (i.e. μ_α · cos δ, the reduced
form), which is documented in _apply_proper_motion().The roadmap entry was written before this work was completed.
LOW IMPACT — Doneobliquity.py::mean_obliquity() already delegates directly to
precession.mean_obliquity_p03 (imported as _mean_obliquity_p03). There
is no divergent polynomial — the module docstring explicitly states “IAU 2006
P03 / Capitaine, Wallace & Chapront 2003”. The roadmap entry was written
before this unification was confirmed.
LOW IMPACT — Donejulian.py::_gast_complementary_terms() already implements all 9 periodic
terms from IERS 2010 Conventions Table 5.2c (reference: SOFA iauEect00).
The dominant term (Moon’s node Ω) reaches ±0.00264″; the full series sums
to ≤0.04″. apparent_sidereal_time() adds these CT terms on top of
Δψ·cos(ε). The roadmap entry predated this implementation.
LOW IMPACT — Doneaspects.py already defines MotionState with values APPLYING,
SEPARATING, STATIONARY, INDETERMINATE, and NONE, plus the
aspect_motion_state() function that derives the correct state from any
aspect vessel. The bool | None ambiguity is fully resolved.
All Part I features and Part II math improvements are now done. The table below shows the full historical record; nothing is currently open.
| # | Feature / Improvement | Type | Priority | Location |
|---|---|---|---|---|
| Feature | Done | fixed_stars.py |
||
| Feature | Done | dignities.py |
||
| Feature | Done | varga.py |
||
| Math | Done | sidereal.py |
||
| Math | Done | corrections.py |
||
| Math | Done | julian.py |
||
| Math | Done | julian.py |
||
| Math | Done | planets.py |
||
| Math | Done | fixed_stars.py |
||
| Math | Done | obliquity.py |
||
| Math | Done | julian.py |
||
| Math | Done | aspects.py |
| Feature | Location | Notes |
|---|---|---|
| Multiple star systems | multiple_stars.py |
8 systems; Kepler orbital mechanics for VISUAL binaries |
| Harmograms subsystem | harmograms/ |
H1-H5 complete: spectral foundations, intensity doctrine, projection, trace layer, research tooling |
| Harmogram bridge layer | bridges/harmograms.py |
Engine-facing adapters for chart/progression sources, body filtering, and range sampling |
| Harmograms root exports | moira.__init__ |
Selected stable harmograms types and computation surfaces exported from package root |
multiple_stars.py Done (2026-03-22)Catalog of 8 astrologically significant multiple star systems with full orbital mechanics for visually resolvable pairs.
Types implemented:
VISUAL — Kepler + Thiele-Innes projection: Sirius (50.09-yr), α Centauri (79.91-yr)WIDE — reference separation/PA, period too long for reliable computation: Castor, Mizar, AcruxSPECTROSCOPIC — sub-milliarcsecond separation, unresolvable: Capella (104-day), Spica (4-day)OPTICAL — chance alignment confirmed by Gaia DR3 parallax: AlbireoCatalog: | System | Type | Highlight | |——–|——|———–| | Sirius | VISUAL | Sirius B (white dwarf) orbital mechanics; Dogon/esoteric significance | | Castor | WIDE | Sextuple system — three nested binaries; Gemini’s duality made literal | | Alpha Centauri | VISUAL | Solar twin + K-dwarf; nearest stars; approaching 2035 periastron | | Mizar | WIDE | First telescopic binary (1650); first spectroscopic binary (1889) | | Albireo | OPTICAL | Gold + sapphire colour contrast; confirmed optical by Gaia DR3 | | Capella | SPECTROSCOPIC | Two G-giant twins, invisible duality; 6th brightest star | | Acrux | WIDE | Southern Cross alpha; two blue B-type giants; navigational anchor | | Spica | SPECTROSCOPIC | Behenian star; tidally distorted ellipsoidal binary in 4-day orbit |
Public API: MultiType, StarComponent, OrbitalElements, MultipleStarSystem,
angular_separation_at(), position_angle_at(), is_resolvable(),
dominant_component(), combined_magnitude(), components_at(),
multiple_star(), list_multiple_stars(), multiple_stars_by_type(),
sirius_ab_separation_at(), sirius_b_resolvable(),
castor_separation_at(), alpha_cen_separation_at()
Chart methods: Moira.multiple_star_separation(), Moira.multiple_star_components()
Future candidates: Antares B (occulted by Moon, Mars-companion hidden star), Theta Orionis (the Trapezium, heart of M42), Epsilon Aurigae (27-yr eclipse binary — already in variable_stars.py, worth cross-linking), Gamma Velorum (WC8+O Wolf-Rayet).
harmograms/ Done (2026-04-04)Mathematically explicit harmograms engine built in visible strata rather than as one opaque score.
Implemented strata:
Admitted intensity families:
Admitted trace families:
Public engine shape:
moira.__init__Bridge layer present:
bridges/harmograms.pyChart / ProgressedChart / mapping adaptersThis keeps the engine boundary clean:
moira.harmogramsmoira.bridgesmoira.facadeFor reference, capabilities where Moira exceeds the standard Swiss Ephemeris distribution:
swe_dirhut() C function