SourceDeblendConfig
===================

.. currentmodule:: lsst.meas.deblender

.. autoclass:: SourceDeblendConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SourceDeblendConfig.assignStrayFlux
      ~SourceDeblendConfig.catchFailures
      ~SourceDeblendConfig.ciDeblendChildRange
      ~SourceDeblendConfig.ciNumParentsToDeblend
      ~SourceDeblendConfig.clipStrayFluxFraction
      ~SourceDeblendConfig.edgeHandling
      ~SourceDeblendConfig.history
      ~SourceDeblendConfig.maskLimits
      ~SourceDeblendConfig.maskPlanes
      ~SourceDeblendConfig.maxFootprintArea
      ~SourceDeblendConfig.maxFootprintSize
      ~SourceDeblendConfig.maxNumberOfPeaks
      ~SourceDeblendConfig.maxTempDotProd
      ~SourceDeblendConfig.medianSmoothTemplate
      ~SourceDeblendConfig.minFootprintAxisRatio
      ~SourceDeblendConfig.notDeblendedMask
      ~SourceDeblendConfig.propagateAllPeaks
      ~SourceDeblendConfig.psfChisq1
      ~SourceDeblendConfig.psfChisq2
      ~SourceDeblendConfig.psfChisq2b
      ~SourceDeblendConfig.removeDegenerateTemplates
      ~SourceDeblendConfig.strayFluxRule
      ~SourceDeblendConfig.strayFluxToPointSources
      ~SourceDeblendConfig.tinyFootprintSize
      ~SourceDeblendConfig.useCiLimits
      ~SourceDeblendConfig.weightTemplates

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: assignStrayFlux
   .. autoattribute:: catchFailures
   .. autoattribute:: ciDeblendChildRange
   .. autoattribute:: ciNumParentsToDeblend
   .. autoattribute:: clipStrayFluxFraction
   .. autoattribute:: edgeHandling
   .. autoattribute:: history
   .. autoattribute:: maskLimits
   .. autoattribute:: maskPlanes
   .. autoattribute:: maxFootprintArea
   .. autoattribute:: maxFootprintSize
   .. autoattribute:: maxNumberOfPeaks
   .. autoattribute:: maxTempDotProd
   .. autoattribute:: medianSmoothTemplate
   .. autoattribute:: minFootprintAxisRatio
   .. autoattribute:: notDeblendedMask
   .. autoattribute:: propagateAllPeaks
   .. autoattribute:: psfChisq1
   .. autoattribute:: psfChisq2
   .. autoattribute:: psfChisq2b
   .. autoattribute:: removeDegenerateTemplates
   .. autoattribute:: strayFluxRule
   .. autoattribute:: strayFluxToPointSources
   .. autoattribute:: tinyFootprintSize
   .. autoattribute:: useCiLimits
   .. autoattribute:: weightTemplates

   .. 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