LSSTApplications  11.0-24-g0a022a1,14.0+77,15.0,15.0+1
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
makeMatchStatistics.cc File Reference
#include "lsst/pex/exceptions/Runtime.h"
#include "lsst/meas/astrom/makeMatchStatistics.h"

Go to the source code of this file.

Namespaces

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

Macros

#define INSTANTIATE(MATCH)
 

Functions

template<typename MatchT >
afw::math::Statistics lsst::meas::astrom::makeMatchStatistics (std::vector< MatchT > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl=afw::math::StatisticsControl())
 Compute statistics of the distance field of a match list. More...
 
template<typename MatchT >
afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInPixels (afw::geom::SkyWcs const &wcs, std::vector< MatchT > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl=afw::math::StatisticsControl())
 Compute statistics of on-detector radial separation for a match list, in pixels. More...
 
template<typename MatchT >
afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInRadians (afw::geom::SkyWcs const &wcs, std::vector< MatchT > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl=afw::math::StatisticsControl())
 Compute statistics of on-sky radial separation for a match list, in radians. More...
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatistics< afw::table::ReferenceMatch > (std::vector< afw::table::ReferenceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInPixels< afw::table::ReferenceMatch > (afw::geom::SkyWcs const &wcs, std::vector< afw::table::ReferenceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInRadians< afw::table::ReferenceMatch > (afw::geom::SkyWcs const &wcs, std::vector< afw::table::ReferenceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatistics< afw::table::SourceMatch > (std::vector< afw::table::SourceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInPixels< afw::table::SourceMatch > (afw::geom::SkyWcs const &wcs, std::vector< afw::table::SourceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 
template afw::math::Statistics lsst::meas::astrom::makeMatchStatisticsInRadians< afw::table::SourceMatch > (afw::geom::SkyWcs const &wcs, std::vector< afw::table::SourceMatch > const &matchList, int const flags, afw::math::StatisticsControl const &sctrl)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   MATCH)
Value:
template afw::math::Statistics makeMatchStatistics<MATCH>( \
std::vector<MATCH> const & matchList, \
int const flags, \
afw::math::StatisticsControl const & sctrl \
); \
template afw::math::Statistics makeMatchStatisticsInPixels<MATCH>( \
afw::geom::SkyWcs const & wcs, \
std::vector<MATCH> const & matchList, \
int const flags, \
afw::math::StatisticsControl const & sctrl \
); \
template afw::math::Statistics makeMatchStatisticsInRadians<MATCH>( \
afw::geom::SkyWcs const & wcs, \
std::vector<MATCH> const & matchList, \
int const flags, \
afw::math::StatisticsControl const & sctrl \
);
tbl::Key< int > wcs

Definition at line 100 of file makeMatchStatistics.cc.