crossmatch
Resolves target names to positions and finds the nearest catalog source within a specified arcsecond tolerance, reporting matches with separation and any unmatched targets.
Instructions
Match a list of target names to their nearest source in a catalog.
Resolves each name to a position, then finds the nearest catalog source within
tolerance_arcsec. Reports both matches (with separation) and any targets
with no source inside the tolerance. At most 50 targets per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | No | gaia | |
| targets | Yes | ||
| tolerance_arcsec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matched | Yes | ||
| tolerance_arcsec | Yes | ||
| unmatched_targets | Yes |