match_star_list¶
-
sitelle.calibration.match_star_list(_list0, _list1)¶ Astrometric cross-match method between two list of objects.
The underlying method is
astropy.coordinates.SkyCoord.match_to_catalog_skyParameters: Returns: - idx (interger array) – Indices in _list1 that match _list0 positions (same dimension as _list0).
- sep2d (float array) – On-sky separation of the matches, in arcsec (same dimesion as _list1).