compute_composite
Compute the midpoint composite chart of two charts by pairing same-named grahas and averaging their longitudes and speeds — get the result without birth time, place, or ephemeris.
Instructions
Compute the midpoint composite chart of two charts: for each graha, the shorter-arc midpoint of its longitude in the two charts, and the arithmetic mean of its two speeds. The two charts must carry the SAME graha names — each graha is paired with its namesake, not with whatever happens to sit at the same position in a list — and a name present in one chart but not the other is an error naming that graha. Longitudes only: this tool needs no birth time, place or ephemeris.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_a | Yes | Map of graha name to position for the first chart, e.g. {"Sun": {"longitude": 350.0, "speed": 1.0}}. `speed` is optional and defaults to 0. | |
| chart_b | Yes | Map of graha name to position for the second chart. Must have exactly the same graha names as chart_a. |