astromodule.table.fast_crossmatch#

fast_crossmatch(left: ~astropy.table.table.Table | ~pandas.core.frame.DataFrame | str | ~pathlib.Path | ~io.BufferedIOBase | ~io.RawIOBase | ~io.TextIOBase, right: ~astropy.table.table.Table | ~pandas.core.frame.DataFrame | str | ~pathlib.Path | ~io.BufferedIOBase | ~io.RawIOBase | ~io.TextIOBase, radius: float | ~astropy.units.quantity.Quantity = <Quantity 1. arcsec>, join: ~typing.Literal['inner', 'left'] = 'inner', nthneighbor: int = 1, left_ra: str | None = None, left_dec: str | None = None, left_columns: ~typing.Sequence[str] | None = None, right_ra: str | None = None, right_dec: str | None = None, right_columns: ~typing.Sequence[str] | None = None, include_sep: bool = True)[source]#