Template Function lsst::meas::astrom::makeMatchStatisticsInPixels¶
Function Documentation¶
-
template<typename
MatchT
>
afw::math::Statisticslsst::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
- Parameters
[in] wcs
: WCS describing pixel to sky transformation[in] matchList
: list of matchList between reference objects and sources; fields read:first: reference object; only the coord is read
second: source; only the centroid is read
[in] flags
: what to calculate; OR constants such as lsst::afw::math::MEAN, MEANCLIP, STDDEV, MEDIAN, defined in lsst/afw/math/Statitics.h’s Property enum[in] sctrl
: statistics configuration