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

ParameterTypeDescription
engineEngineThe engine for the ephemeris path.
anchoredAnchoredChartThe realm + temporal/spatial anchors (+ optional constraints).
registryAnchorRegistryLookups for relative/narrative/named anchors.
optsChartOptionsChart options (house system, zodiac) for the ephemeris path.

Returns

RealizedChart

A RealizedChart; chart/form are null on the paths that did not run.

Start building

Quickstart →