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

Function Documentation

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

Parameters
  • out: Output image

  • images: MaskedImages to process

  • flags: statistics requested

  • sctrl: control structure

  • wvector: vector containing weights

  • clipped: bitmask to set if any input was clipped or masked

  • excuse: bitmask to excuse from marking as clipped

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