cone_search
Query astronomical catalogs for sources within a radius of a sky position. Accepts object names or coordinates, with support for Gaia DR3 and VizieR.
Instructions
Return catalog sources within a radius of a position.
center may be an object name (resolved via SIMBAD) or "RA DEC" in degrees.
catalog is "gaia" for Gaia DR3, or a VizieR catalog id such as "II/246"
for 2MASS. Every column is unit-tagged. Radius is capped at 5 degrees and
row_limit at 100 to protect free public services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| catalog | No | gaia | |
| row_limit | No | ||
| radius_deg | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| catalog | Yes | ||
| columns | Yes | ||
| row_count | No | ||
| provenance | Yes |