Independently verify an ascendant
verify_ascendantChecks a disputed rising sign against a pure geometry calculation of the ecliptic–horizon intersection, reports how far it differs, and identifies likely causes when an external claim fails.
Instructions
Recompute the ascendant along a third path that imports no astrology library at all — pure spherical geometry, the intersection of the ecliptic with the eastern horizon — and report how far it lands from the primary engine. Optionally pass a value produced ELSEWHERE (another website, an app, a printed chart) as claim and this will tell you whether it holds up and, when it does not, name the likely cause. Use this when a user says two sites disagree about their rising sign, doubts a result, or asks which one is correct. Accepts claims like "Virgo", "處女座", "12 Leo", "Leo 12°34'" or a bare ecliptic longitude.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Local birth date at the birthplace, YYYY-MM-DD. | |
| time | Yes | Local clock time at the birthplace, HH:mm 24-hour, as written on the birth record. | |
| claim | No | Optional ascendant produced by some other tool, to be checked against this engine. | |
| latitude | Yes | Birthplace latitude, decimal degrees. | |
| timezone | Yes | IANA timezone of the BIRTHPLACE, e.g. Asia/Taipei. Never the user's current zone — people are routinely asked about a birth in another country. | |
| longitude | Yes | Birthplace longitude, decimal degrees. |