LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Match.h File Reference
#include <vector>
#include "lsst/afw/table/fwd.h"
#include "lsst/afw/table/BaseRecord.h"
#include "lsst/afw/table/Simple.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/table/Catalog.h"
#include "lsst/afw/geom/Angle.h"

Go to the source code of this file.

Classes

struct  lsst::afw::table::Match< Record1, Record2 >
 Lightweight representation of a geometric match between two records. More...
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::afw
 
 lsst::afw::table
 

Functions

SourceMatchVector lsst::afw::table::matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, bool closest=true)
 
SourceMatchVector lsst::afw::table::matchXy (SourceCatalog const &cat, double radius, bool symmetric=true)
 
template<typename Cat1 , typename Cat2 >
std::vector< Match< typename
Cat1::Record, typename
Cat2::Record > > 
lsst::afw::table::matchRaDec (Cat1 const &cat1, Cat2 const &cat2, Angle radius, bool closest=true)
 
template<typename Cat >
std::vector< Match< typename
Cat::Record, typename
Cat::Record > > 
lsst::afw::table::matchRaDec (Cat const &cat, Angle radius, bool symmetric=true)
 
template<typename Record1 , typename Record2 >
BaseCatalog lsst::afw::table::packMatches (std::vector< Match< Record1, Record2 > > const &matches)
 Return a table representation of a MatchVector that can be used to persist it. More...
 
template<typename Cat1 , typename Cat2 >
std::vector< Match< typename
Cat1::Record, typename
Cat2::Record > > 
lsst::afw::table::unpackMatches (BaseCatalog const &matches, Cat1 const &cat1, Cat2 const &cat2)
 Reconstruct a MatchVector from a BaseCatalog representation of the matches and a pair of catalogs. More...