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>
voidlsst::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 imageimages: MaskedImages to processflags: statistics requestedsctrl: control structurewvector: vector containing weightsclipped: bitmask to set if any input was clipped or maskedexcuse: bitmask to excuse from marking as clipped
@ brief compute statistical stack of MaskedImage. Write to output image in-situ