WPerpConfig
===========

.. currentmodule:: lsst.faro.measurement

.. autoclass:: WPerpConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~WPerpConfig.bright_rmag_cut
      ~WPerpConfig.faint_rmag_cut
      ~WPerpConfig.history

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: bright_rmag_cut
   .. autoattribute:: faint_rmag_cut
   .. autoattribute:: history

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