API Reference / RemainderOptions · interface
Interface: RemainderOptions
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
<a id="aspects"></a> aspects? | Record<string, number> | Aspect angle table; defaults to the five Ptolemaic ASPECTS. | CanonicalOptions.aspects |
<a id="grid"></a> grid? | CanonicalGrid | Angular grid; defaults to "arcsec". | CanonicalOptions.grid |
<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. | CanonicalOptions.orbs |
<a id="remainder"></a> remainder? | RemainderGrid | "bits" | Refinement target grid, "bits" for exact doubles, or omitted for one step finer than the base grid. | - |
<a id="separation"></a> separation? | "longitude" | "spatial" | Aspect separation mode used for re-derivation (default "longitude"). | CanonicalOptions.separation |