BaseStarSelectorConfig
======================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: BaseStarSelectorConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseStarSelectorConfig.badFlags
      ~BaseStarSelectorConfig.history

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: badFlags
   .. autoattribute:: history

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