similar_skies
Find when the sky most resembled a reference moment. Builds a feature vector for the reference date's planetary configuration and scans a window for the closest matches by cosine similarity (1.0 = identical configuration). Answers 'when did the sky last look like this?' for transit echoes and historical analogues. Returns the top matches with their similarity, highest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | UTC ISO end of the search window | |
| limit | No | max matches to return (default 10) | |
| start | Yes | UTC ISO start of the search window | |
| step_days | No | sampling step in days (default 1) | |
| reference_date | Yes | UTC ISO date whose sky is the target to match |