resolve_object
Resolve an astronomical object name or identifier to canonical coordinates, object type, cross-identifiers, and measured properties with units and provenance.
Instructions
Resolve an astronomical object name or identifier to normalized data.
Returns canonical coordinates (ICRS degrees), object type, cross-identifiers, and measured properties (parallax, proper motion, redshift, magnitudes), each carrying its unit and a provenance record you can cite. Try SIMBAD-style names like "Vega", "M31", "Betelgeuse", or catalog ids. This is usually the first call: downstream tools take the returned RA/Dec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| distance | No | ||
| parallax | No | ||
| position | No | ||
| redshift | No | ||
| photometry | No | ||
| provenance | Yes | ||
| identifiers | No | ||
| object_type | No | ||
| spectral_type | No | ||
| radial_velocity | No | ||
| proper_motion_ra | No | ||
| proper_motion_dec | No |