TExTaskConfig
=============

.. currentmodule:: lsst.faro.measurement

.. autoclass:: TExTaskConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TExTaskConfig.column
      ~TExTaskConfig.columnPsf
      ~TExTaskConfig.history
      ~TExTaskConfig.maxSep
      ~TExTaskConfig.minSep
      ~TExTaskConfig.nbins
      ~TExTaskConfig.rhoStat
      ~TExTaskConfig.shearConvention

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: column
   .. autoattribute:: columnPsf
   .. autoattribute:: history
   .. autoattribute:: maxSep
   .. autoattribute:: minSep
   .. autoattribute:: nbins
   .. autoattribute:: rhoStat
   .. autoattribute:: shearConvention

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values