Template Function lsst::afw::table::matchRaDec(Cat const&, lsst::geom::Angle, MatchControl const&)

Function Documentation

template<typename Cat>
std::vector<Match<typename Cat::Record, typename Cat::Record>> lsst::afw::table::matchRaDec(Cat const &cat, lsst::geom::Angle radius, MatchControl const &mc = MatchControl())

Parameters
  • cat: the catalog to self-match

  • radius: match radius

  • mc: how to do the matching (obeys MatchControl::symmetricMatch)