matchRaDec

lsst.afw.table.matchRaDec(*args, **kwargs)

Overloaded function.

  1. matchRaDec(cat1: lsst.afw.table.SimpleCatalog, cat2: lsst.afw.table.SimpleCatalog, radius: lsst::geom::Angle, mc: lsst.afw.table.MatchControl=<lsst.afw.table.MatchControl object at 0x7f7ca6af7618>) -> List[lsst.afw.table.SimpleMatch]
  2. matchRaDec(cat1: lsst.afw.table.SimpleCatalog, cat2: lsst.afw.table.SourceCatalog, radius: lsst::geom::Angle, mc: lsst.afw.table.MatchControl=<lsst.afw.table.MatchControl object at 0x7f7ca6abe7a0>) -> List[lsst.afw.table.ReferenceMatch]
  3. matchRaDec(cat1: lsst.afw.table.SourceCatalog, cat2: lsst.afw.table.SourceCatalog, radius: lsst::geom::Angle, mc: lsst.afw.table.MatchControl=<lsst.afw.table.MatchControl object at 0x7f7ca6abe998>) -> List[lsst.afw.table.SourceMatch]
  4. matchRaDec(cat: lsst.afw.table.SimpleCatalog, radius: lsst::geom::Angle, mc: lsst.afw.table.MatchControl=<lsst.afw.table.MatchControl object at 0x7f7ca6abe9d0>) -> List[lsst.afw.table.SimpleMatch]
  5. matchRaDec(cat: lsst.afw.table.SourceCatalog, radius: lsst::geom::Angle, mc: lsst.afw.table.MatchControl=<lsst.afw.table.MatchControl object at 0x7f7ca6abea08>) -> List[lsst.afw.table.SourceMatch]