Template Function lsst::afw::math::statisticsStack(lsst::afw::image::Image<PixelT>&, 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>
void lsst::afw::math::statisticsStack(lsst::afw::image::Image<PixelT> &out, 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
  • out: Output image

  • images: Images to process

  • flags: statistics requested

  • sctrl: Control structure

  • wvector: vector containing weights

@ brief compute statistical stack of Image. Write to output image in-situ