LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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
 < multiple inclusion guard macro
 
 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...