API Reference / realize · function
Function: realize()
function realize(
engine,
anchored,
registry?,
opts?): RealizedChart;
Realize an AnchoredChart: resolve its anchors and run the appropriate generator. A resolvable instant always wins (the realm is then just framing); failing that, constraints synthesize a form; failing both, nothing computes.
Parameters
| Parameter | Type | Description |
|---|---|---|
engine | Engine | The engine for the ephemeris path. |
anchored | AnchoredChart | The realm + temporal/spatial anchors (+ optional constraints). |
registry | AnchorRegistry | Lookups for relative/narrative/named anchors. |
opts | ChartOptions | Chart options (house system, zodiac) for the ephemeris path. |
Returns
A RealizedChart; chart/form are null on the paths that
did not run.