25#ifndef MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
26#define MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
48template <
typename MatchT>
50 std::vector<MatchT>
const& matchList,
int const flags,
51 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
64template <
typename MatchT>
66 afw::geom::SkyWcs
const& wcs, std::vector<MatchT>
const& matchList,
int const flags,
67 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
80template <
typename MatchT>
82 afw::geom::SkyWcs
const& wcs, std::vector<MatchT>
const& matchList,
int const flags,
83 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
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.
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.