API Reference / CanonicalOptions · interface
Interface: CanonicalOptions
Extended by
Properties
| Property | Type | Description |
|---|---|---|
<a id="aspects"></a> aspects? | Record<string, number> | Aspect angle table; defaults to the five Ptolemaic ASPECTS. |
<a id="grid"></a> grid? | CanonicalGrid | Angular grid; defaults to "arcsec". |
<a id="orbs"></a> orbs? | Record<string, number> | Aspect orb overrides (degrees), merged over DEFAULT_ORBS -- pass the same options the chart was computed with so the re-derived aspect list matches intent. |
<a id="separation"></a> separation? | "longitude" | "spatial" | Aspect separation mode used for re-derivation (default "longitude"). |