CoaddPsfConfig
==============

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: CoaddPsfConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~CoaddPsfConfig.cacheSize
      ~CoaddPsfConfig.history
      ~CoaddPsfConfig.warpingKernelName

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: cacheSize
   .. autoattribute:: history
   .. autoattribute:: warpingKernelName

   .. 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:: makeControl
   .. automethod:: names
   .. automethod:: readControl
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values