get_source_observability
Compute observing windows for an astronomical source from selected telescopes, using source ID or coordinates, with optional date.
Instructions
Compute observing windows for a source from specified telescopes.
USE THIS TOOL for all observability questions. Do NOT use the /api/sources/{id}/observability endpoint (that returns a PDF image which cannot be parsed).
Provide either a source_id (auto-resolves RA/Dec from SkyPortal) or explicit ra/dec coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ra | No | Right ascension in decimal degrees (J2000). Not needed if source_id is provided. | |
| dec | No | Declination in decimal degrees (J2000). Not needed if source_id is provided. | |
| date | No | Date to compute observability for (ISO format, default: tonight). e.g., "2024-06-15" | |
| source_id | No | SkyPortal source ID (e.g., "ZTF20abwysqy"). RA/Dec will be looked up automatically. Requires authentication. | |
| telescopes | No | Comma-separated telescope names. Built-in options: Keck, Lick, Palomar, APO, CTIO, Gemini-N, Gemini-S, VLT, Subaru, LDT, LCO-COJ, LCO-ELP, LCO-LSC, LCO-OGG, LCO-CPT, LCO-TFN. Use "all" for all built-in telescopes. Also accepts "fritz" to query all telescopes from your SkyPortal instance (requires authentication). | Keck,Palomar,Gemini-N,Gemini-S,VLT |
| max_airmass | No | Maximum airmass (default 2.0, ~30 deg altitude) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |