Template Function lsst::afw::math::statisticsStack(std::vector<std::vector<PixelT>>&, Property, StatisticsControl const&, std::vector<lsst::afw::image::VariancePixel> const&)¶
Function Documentation¶
- 
template<typename 
PixelT>
std::vector<PixelT>lsst::afw::math::statisticsStack(std::vector<std::vector<PixelT>> &vectors, Property flags, StatisticsControl const &sctrl = StatisticsControl(), std::vector<lsst::afw::image::VariancePixel> const &wvector = std::vector<lsst::afw::image::VariancePixel>(0)) - Parameters
 vectors: Vectors to processflags: statistics requestedsctrl: control structurewvector: vector containing weights
A function to compute some statistics of a stack of std::vectors