Template Function lsst::afw::math::statisticsStack(std::vector<std::shared_ptr<lsst::afw::image::Image<PixelT>>>&, Property, StatisticsControl const&, std::vector<lsst::afw::image::VariancePixel> const&)

Function Documentation

template<typename PixelT>
std::shared_ptr<lsst::afw::image::Image<PixelT>> lsst::afw::math::statisticsStack(std::vector<std::shared_ptr<lsst::afw::image::Image<PixelT>>> &images, Property flags, StatisticsControl const &sctrl = StatisticsControl(), std::vector<lsst::afw::image::VariancePixel> const &wvector = std::vector<lsst::afw::image::VariancePixel>(0))

Parameters
  • images: Images to process

  • flags: statistics requested

  • sctrl: Control structure

  • wvector: vector containing weights

A function to compute some statistics of a stack of Images