ephemeris_aspect_check
Check the aspect between two ecliptic longitudes to get angular separation and any aspects within 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 |
|---|---|---|---|
| max_orb | No | Maximum orb in degrees. Default 8°. | |
| longitude_1 | Yes | First ecliptic longitude (0-360). | |
| longitude_2 | Yes | Second ecliptic longitude (0-360). |