LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <vector>
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/math/Statistics.h"
#include "lsst/afw/table/Match.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::meas | |
lsst::meas::astrom | |
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... | |