sky_view_sequence
A time sequence of sky frames for an animation: the same place, aim, and lens stepped through time. Returns a compact per-frame timeline (instant, twilight, Sun/Moon altitude, Moon phase + bright-limb, whether the Milky Way is in frame) plus the fixed celestial pole and the sky's sidereal rotation per frame. Each frame's full pixel-accurate spec comes from calling sky_view at that instant; this tool plans the timeline. Use for sunset-to-night transitions, star-trail planning, or Moon-phase progressions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, north positive | |
| lon | Yes | Longitude, EAST positive (Americas are negative) | |
| date | No | First frame, UTC ISO date-time; omit for now | |
| lens | No | normal | |
| width | No | ||
| bortle | No | Dark-sky class 1-9 | |
| frames | Yes | Number of frames (2-60) | |
| height | No | ||
| azimuth | Yes | Center direction: degrees from true north or a compass name like "W" | |
| altitude | No | Center altitude in degrees | |
| step_minutes | Yes | Minutes between frames |