Function lsst::afw::math::makeStatistics(lsst::afw::image::Mask<lsst::afw::image::MaskPixel> const&, int const, StatisticsControl const&)

Function Documentation

Statistics makeStatistics(lsst::afw::image::Mask<lsst::afw::image::MaskPixel> const &msk, int const flags, StatisticsControl const &sctrl = StatisticsControl())

Specialization to handle Masks

Parameters
  • msk: Image (or MaskedImage) whose properties we want

  • flags: Describe what we want to calculate

  • sctrl: Control how things are calculated