LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
matchOptimisticB.h File Reference
#include <cmath>
#include <string>
#include <vector>
#include "lsst/pex/config.h"
#include "lsst/geom/Point.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/table/Match.h"

Go to the source code of this file.

Classes

struct  lsst::meas::astrom::RecordProxy
 A wrapper around a SimpleRecord or SourceRecord that allows us to record a pixel position in a way that is independent of the record type. More...
 
struct  lsst::meas::astrom::ProxyPair
 
struct  lsst::meas::astrom::MatchOptimisticBControl
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::meas
 
 lsst::meas::astrom
 

Typedefs

typedef std::vector< RecordProxy > lsst::meas::astrom::ProxyVector
 

Functions

ProxyVector lsst::meas::astrom::makeProxies (afw::table::SourceCatalog const &sourceCat, afw::geom::SkyWcs const &distortedWcs, afw::geom::SkyWcs const &tanWcs)
 
ProxyVector lsst::meas::astrom::makeProxies (afw::table::SimpleCatalog const &posRefCat, afw::geom::SkyWcs const &tanWcs)
 
afw::table::ReferenceMatchVector lsst::meas::astrom::matchOptimisticB (afw::table::SimpleCatalog const &posRefCat, afw::table::SourceCatalog const &sourceCat, MatchOptimisticBControl const &control, afw::geom::SkyWcs const &wcs, int posRefBegInd=0, bool verbose=false)
 Match sources to stars in a position reference catalog using optimistic pattern matching B. More...