LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
25 #ifndef MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
26 #define MEAS_ASTROM_MAKE_MATCH_STATISTICS_H
48 template <
typename MatchT>
51 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
64 template <
typename MatchT>
67 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
80 template <
typename MatchT>
83 afw::math::StatisticsControl
const& sctrl = afw::math::StatisticsControl());
table::Key< table::Array< std::uint8_t > > wcs
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 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 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.
A base class for image defects.