AB1Config
=========

.. currentmodule:: lsst.faro.measurement

.. autoclass:: AB1Config
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~AB1Config.bright_mag_cut
      ~AB1Config.faint_mag_cut
      ~AB1Config.history
      ~AB1Config.ref_filter

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: bright_mag_cut
   .. autoattribute:: faint_mag_cut
   .. autoattribute:: history
   .. autoattribute:: ref_filter

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