|
lsst.meas.astrom
15.0-1-g1eca518+15
|
#include <cmath>#include <string>#include <vector>#include "lsst/pex/config.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 | |
| lsst::meas | |
| lsst::meas::astrom | |
Typedefs | |
| typedef std::vector< RecordProxy > | lsst::meas::astrom::ProxyVector |
Functions | |
| ProxyVector | lsst::meas::astrom::makeProxies (lsst::afw::table::SourceCatalog const &sourceCat, afw::geom::SkyWcs const &distortedWcs, afw::geom::SkyWcs const &tanWcs) |
| ProxyVector | lsst::meas::astrom::makeProxies (lsst::afw::table::SimpleCatalog const &posRefCat, afw::geom::SkyWcs const &tanWcs) |
| lsst::afw::table::ReferenceMatchVector | lsst::meas::astrom::matchOptimisticB (lsst::afw::table::SimpleCatalog const &posRefCat, lsst::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... | |
1.8.13