- craftutils.astrometry.match_catalogs(cat_1: ~astropy.table.table.Table, cat_2: ~astropy.table.table.Table, ra_col_1: str = 'RA', dec_col_1: str = 'DEC', ra_col_2: str = 'ra', dec_col_2: str = 'dec', tolerance: ~astropy.units.quantity.Quantity = <Quantity 1. arcsec>, keep_non_matches: bool = False)