MatcherSourceSelectorConfig
===========================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: MatcherSourceSelectorConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~MatcherSourceSelectorConfig.excludePixelFlags
      ~MatcherSourceSelectorConfig.history
      ~MatcherSourceSelectorConfig.minSnr
      ~MatcherSourceSelectorConfig.sourceFluxType

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: excludePixelFlags
   .. autoattribute:: history
   .. autoattribute:: minSnr
   .. autoattribute:: sourceFluxType

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