MatchedBaseConfig
=================

.. currentmodule:: lsst.faro.base

.. autoclass:: MatchedBaseConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~MatchedBaseConfig.brightMagCut
      ~MatchedBaseConfig.connections
      ~MatchedBaseConfig.doApplyExternalPhotoCalib
      ~MatchedBaseConfig.doApplyExternalSkyWcs
      ~MatchedBaseConfig.faintMagCut
      ~MatchedBaseConfig.history
      ~MatchedBaseConfig.match_radius
      ~MatchedBaseConfig.saveLogOutput
      ~MatchedBaseConfig.saveMetadata
      ~MatchedBaseConfig.selectExtended
      ~MatchedBaseConfig.snrMax
      ~MatchedBaseConfig.snrMin
      ~MatchedBaseConfig.useGlobalExternalPhotoCalib
      ~MatchedBaseConfig.useGlobalExternalSkyWcs

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: brightMagCut
   .. autoattribute:: connections
   .. autoattribute:: doApplyExternalPhotoCalib
   .. autoattribute:: doApplyExternalSkyWcs
   .. autoattribute:: faintMagCut
   .. autoattribute:: history
   .. autoattribute:: match_radius
   .. autoattribute:: saveLogOutput
   .. autoattribute:: saveMetadata
   .. autoattribute:: selectExtended
   .. autoattribute:: snrMax
   .. autoattribute:: snrMin
   .. autoattribute:: useGlobalExternalPhotoCalib
   .. autoattribute:: useGlobalExternalSkyWcs

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