API Reference / CounterfactualEdit · interface
Interface: CounterfactualEdit
A perturbation of a resolved chart.
Properties
| Property | Type | Description |
|---|---|---|
<a id="place"></a> place? | { altM?: number; lat: number; lonEast: number; } | Recompute at a different place. |
place.altM? | number | - |
place.lat | number | - |
place.lonEast | number | - |
<a id="setlongitudes"></a> setLongitudes? | Record<string, number> | Move bodies to given ecliptic longitudes (degrees), keeping everything else -- a geometry what-if. The moved body's house and the touched aspects are recomputed; the angles and other bodies are untouched. |
<a id="shifttime"></a> shiftTime? | string | Shift the resolved instant by a duration (e.g. "1h", "-30m", "P1D"). |