IsrStatisticsTaskConfig
=======================

.. currentmodule:: lsst.ip.isr

.. autoclass:: IsrStatisticsTaskConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~IsrStatisticsTaskConfig.badMask
      ~IsrStatisticsTaskConfig.doCtiStatistics
      ~IsrStatisticsTaskConfig.history
      ~IsrStatisticsTaskConfig.nIter
      ~IsrStatisticsTaskConfig.nSigmaClip
      ~IsrStatisticsTaskConfig.stat

   .. rubric:: Methods Summary

   .. autosummary::

      ~IsrStatisticsTaskConfig.compare
      ~IsrStatisticsTaskConfig.formatHistory
      ~IsrStatisticsTaskConfig.freeze
      ~IsrStatisticsTaskConfig.items
      ~IsrStatisticsTaskConfig.keys
      ~IsrStatisticsTaskConfig.load
      ~IsrStatisticsTaskConfig.loadFromStream
      ~IsrStatisticsTaskConfig.loadFromString
      ~IsrStatisticsTaskConfig.names
      ~IsrStatisticsTaskConfig.save
      ~IsrStatisticsTaskConfig.saveToStream
      ~IsrStatisticsTaskConfig.saveToString
      ~IsrStatisticsTaskConfig.setDefaults
      ~IsrStatisticsTaskConfig.toDict
      ~IsrStatisticsTaskConfig.update
      ~IsrStatisticsTaskConfig.validate
      ~IsrStatisticsTaskConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: badMask
   .. autoattribute:: doCtiStatistics
   .. autoattribute:: history
   .. autoattribute:: nIter
   .. autoattribute:: nSigmaClip
   .. autoattribute:: stat

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: loadFromString
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values