StatisticsControl
=================

.. currentmodule:: lsst.afw.math

.. autoclass:: StatisticsControl
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~StatisticsControl.WEIGHTS_FALSE
      ~StatisticsControl.WEIGHTS_NONE
      ~StatisticsControl.WEIGHTS_TRUE

   .. rubric:: Methods Summary

   .. autosummary::

      ~StatisticsControl.getAndMask
      ~StatisticsControl.getCalcErrorFromInputVariance
      ~StatisticsControl.getCalcErrorMosaicMode
      ~StatisticsControl.getMaskPropagationThreshold
      ~StatisticsControl.getNanSafe
      ~StatisticsControl.getNoGoodPixelsMask
      ~StatisticsControl.getNumIter
      ~StatisticsControl.getNumSigmaClip
      ~StatisticsControl.getWeighted
      ~StatisticsControl.getWeightedIsSet
      ~StatisticsControl.setAndMask
      ~StatisticsControl.setCalcErrorFromInputVariance
      ~StatisticsControl.setCalcErrorMosaicMode
      ~StatisticsControl.setMaskPropagationThreshold
      ~StatisticsControl.setNanSafe
      ~StatisticsControl.setNoGoodPixelsMask
      ~StatisticsControl.setNumIter
      ~StatisticsControl.setNumSigmaClip
      ~StatisticsControl.setWeighted

   .. rubric:: Attributes Documentation

   .. autoattribute:: WEIGHTS_FALSE
   .. autoattribute:: WEIGHTS_NONE
   .. autoattribute:: WEIGHTS_TRUE

   .. rubric:: Methods Documentation

   .. automethod:: getAndMask
   .. automethod:: getCalcErrorFromInputVariance
   .. automethod:: getCalcErrorMosaicMode
   .. automethod:: getMaskPropagationThreshold
   .. automethod:: getNanSafe
   .. automethod:: getNoGoodPixelsMask
   .. automethod:: getNumIter
   .. automethod:: getNumSigmaClip
   .. automethod:: getWeighted
   .. automethod:: getWeightedIsSet
   .. automethod:: setAndMask
   .. automethod:: setCalcErrorFromInputVariance
   .. automethod:: setCalcErrorMosaicMode
   .. automethod:: setMaskPropagationThreshold
   .. automethod:: setNanSafe
   .. automethod:: setNoGoodPixelsMask
   .. automethod:: setNumIter
   .. automethod:: setNumSigmaClip
   .. automethod:: setWeighted