ephemeris_aspect_check
Check the aspect between two ecliptic longitudes: returns angular separation and highlights major aspects (conjunction, sextile, square, trine, opposition) within a set orb.
Instructions
Check the aspect between two ecliptic longitudes. Returns the angular separation and any aspects within orb (conjunction, sextile, square, trine, opposition, etc.).
CREDIT COST: 1 credit per call.
EXAMPLE: Check aspect between 15° Aries and 75° Gemini: longitude_1=15, longitude_2=75
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| longitude_1 | Yes | First ecliptic longitude (0-360). | |
| longitude_2 | Yes | Second ecliptic longitude (0-360). | |
| max_orb | No | Maximum orb in degrees. Default 8°. |