RefMatchConfig
==============

.. currentmodule:: lsst.meas.astrom

.. autoclass:: RefMatchConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~RefMatchConfig.history
      ~RefMatchConfig.matchDistanceSigma
      ~RefMatchConfig.matcher
      ~RefMatchConfig.referenceSelector
      ~RefMatchConfig.sourceFluxType
      ~RefMatchConfig.sourceSelector

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: history
   .. autoattribute:: matchDistanceSigma
   .. autoattribute:: matcher
   .. autoattribute:: referenceSelector
   .. autoattribute:: sourceFluxType
   .. autoattribute:: sourceSelector

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. 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