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 process

  • flags: statistics requested

  • sctrl: control structure

  • wvector: vector containing weights

A function to compute some statistics of a stack of std::vectors