25 #ifndef MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
26 #define MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
30 #include "lsst/afw/image/Wcs.h"
31 #include "lsst/afw/math/Statistics.h"
32 #include "lsst/afw/table/Match.h"
49 template<
typename MatchT>
51 std::vector<MatchT>
const & matchList,
53 afw::math::StatisticsControl
const & sctrl = afw::math::StatisticsControl()
67 template<
typename MatchT>
69 afw::image::Wcs
const & wcs,
70 std::vector<MatchT>
const & matchList,
72 afw::math::StatisticsControl
const & sctrl = afw::math::StatisticsControl()
86 template<
typename MatchT>
88 afw::image::Wcs
const & wcs,
89 std::vector<MatchT>
const & matchList,
91 afw::math::StatisticsControl
const & sctrl = afw::math::StatisticsControl()
afw::math::Statistics 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.
afw::math::Statistics makeMatchStatisticsInPixels(afw::image::Wcs 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.
afw::math::Statistics makeMatchStatisticsInRadians(afw::image::Wcs 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.