get_shooting_plan
Generate an astrophotography shooting plan for a single night. Returns matched targets, moon data, and timed shooting slots based on telescope and location specifications.
Instructions
Generate a single-night astrophotography shooting plan.
Runs match_telescope_targets then generate_shooting_schedule, returning targets + moon + timed shooting slots in one response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| time | Yes | ||
| limit | No | ||
| time_zone | No | UTC | |
| mount_type | No | equatorial | |
| aperture_mm | No | ||
| filter_type | No | ||
| min_altitude | No | ||
| barlow_factor | No | ||
| reducer_factor | No | ||
| focal_length_mm | Yes | ||
| sensor_width_mm | No | ||
| sensor_height_mm | No | ||
| sensor_pixel_size_um | No | ||
| central_obstruction_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||