AMxConfig
=========

.. currentmodule:: lsst.faro.measurement

.. autoclass:: AMxConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~AMxConfig.annulus_r
      ~AMxConfig.bins
      ~AMxConfig.bright_mag_cut
      ~AMxConfig.faint_mag_cut
      ~AMxConfig.history
      ~AMxConfig.threshAD
      ~AMxConfig.threshAF
      ~AMxConfig.width

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: annulus_r
   .. autoattribute:: bins
   .. autoattribute:: bright_mag_cut
   .. autoattribute:: faint_mag_cut
   .. autoattribute:: history
   .. autoattribute:: threshAD
   .. autoattribute:: threshAF
   .. autoattribute:: width

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