ObjectSizeStarSelectorConfig
============================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: ObjectSizeStarSelectorConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ObjectSizeStarSelectorConfig.badFlags
      ~ObjectSizeStarSelectorConfig.doFluxLimit
      ~ObjectSizeStarSelectorConfig.doSignalToNoiseLimit
      ~ObjectSizeStarSelectorConfig.fluxMax
      ~ObjectSizeStarSelectorConfig.fluxMin
      ~ObjectSizeStarSelectorConfig.history
      ~ObjectSizeStarSelectorConfig.nSigmaClip
      ~ObjectSizeStarSelectorConfig.signalToNoiseMax
      ~ObjectSizeStarSelectorConfig.signalToNoiseMin
      ~ObjectSizeStarSelectorConfig.sourceFluxField
      ~ObjectSizeStarSelectorConfig.widthMax
      ~ObjectSizeStarSelectorConfig.widthMin
      ~ObjectSizeStarSelectorConfig.widthStdAllowed

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: badFlags
   .. autoattribute:: doFluxLimit
   .. autoattribute:: doSignalToNoiseLimit
   .. autoattribute:: fluxMax
   .. autoattribute:: fluxMin
   .. autoattribute:: history
   .. autoattribute:: nSigmaClip
   .. autoattribute:: signalToNoiseMax
   .. autoattribute:: signalToNoiseMin
   .. autoattribute:: sourceFluxField
   .. autoattribute:: widthMax
   .. autoattribute:: widthMin
   .. autoattribute:: widthStdAllowed

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