ephemeris_composite_midpoint
Calculate a midpoint composite chart for two individuals by averaging their planet positions, providing an alternative composite method for relationship astrology.
Instructions
Calculate a midpoint composite chart — an alternative composite method using the midpoints of matching planet positions.
CREDIT COST: 3 credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_a_datetime | Yes | Person A birth datetime (ISO 8601). | |
| person_a_timezone | No | IANA timezone name for Person A, e.g. 'America/Denver'. | |
| person_a_latitude | Yes | Person A birth latitude. | |
| person_a_longitude | Yes | Person A birth longitude. | |
| person_b_datetime | Yes | Person B birth datetime (ISO 8601). | |
| person_b_timezone | No | IANA timezone name for Person B, e.g. 'Europe/London'. | |
| person_b_latitude | Yes | Person B birth latitude. | |
| person_b_longitude | Yes | Person B birth longitude. | |
| format | No | Use 'llm' for token-efficient LLM projection. |