DetectionConfig
===============

.. currentmodule:: lsst.ip.diffim

.. autoclass:: DetectionConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DetectionConfig.badMaskPlanes
      ~DetectionConfig.detOnTemplate
      ~DetectionConfig.detThreshold
      ~DetectionConfig.detThresholdType
      ~DetectionConfig.fpGrowKernelScaling
      ~DetectionConfig.fpGrowPix
      ~DetectionConfig.fpNpixMax
      ~DetectionConfig.fpNpixMin
      ~DetectionConfig.history
      ~DetectionConfig.scaleByFwhm

   .. rubric:: Methods Summary

   .. autosummary::

      ~DetectionConfig.compare
      ~DetectionConfig.formatHistory
      ~DetectionConfig.freeze
      ~DetectionConfig.items
      ~DetectionConfig.iteritems
      ~DetectionConfig.iterkeys
      ~DetectionConfig.itervalues
      ~DetectionConfig.keys
      ~DetectionConfig.load
      ~DetectionConfig.loadFromStream
      ~DetectionConfig.names
      ~DetectionConfig.save
      ~DetectionConfig.saveToStream
      ~DetectionConfig.setDefaults
      ~DetectionConfig.toDict
      ~DetectionConfig.update
      ~DetectionConfig.validate
      ~DetectionConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: badMaskPlanes
   .. autoattribute:: detOnTemplate
   .. autoattribute:: detThreshold
   .. autoattribute:: detThresholdType
   .. autoattribute:: fpGrowKernelScaling
   .. autoattribute:: fpGrowPix
   .. autoattribute:: fpNpixMax
   .. autoattribute:: fpNpixMin
   .. autoattribute:: history
   .. autoattribute:: scaleByFwhm

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values