compute_transit
Find transiting planet longitudes relative to natal positions at a specific moment, enabling direct aspect calculation between transit and natal placements.
Instructions
Compute transiting planet positions relative to a natal chart at a specific moment. Returns planet longitudes for the transit time alongside natal positions, enabling aspect calculation between transit and natal placements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| natal_jd | Yes | Julian Day of the natal chart in UT1 (Universal Time) — not TT, not TDB. The engine converts to TT internally for the dynamical terms. | |
| natal_lat | Yes | Natal geographic latitude in degrees [-90, +90] | |
| natal_lon | Yes | Natal geographic longitude in degrees [-180, +180], east positive | |
| transit_jd | Yes | Julian Day of the transit moment to compute, in UT1 (Universal Time) — not TT, not TDB. The engine converts to TT internally for the dynamical terms. |