25 #ifndef MEAS_ASTROM_MAKE_MATCH_STATISTICS_H 26 #define MEAS_ASTROM_MAKE_MATCH_STATISTICS_H 49 template<
typename MatchT>
53 afw::math::StatisticsControl
const & sctrl = afw::math::StatisticsControl()
67 template<
typename MatchT>
69 afw::geom::SkyWcs
const & wcs,
72 afw::math::StatisticsControl
const & sctrl = afw::math::StatisticsControl()
86 template<
typename MatchT>
88 afw::geom::SkyWcs
const & wcs,
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::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.
afw::math::Statistics 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.