ImagePsf
========

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: ImagePsf
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ImagePsf.COPY
      ~ImagePsf.INTERNAL

   .. rubric:: Methods Summary

   .. autosummary::

      ~ImagePsf.clone
      ~ImagePsf.computeApertureFlux
      ~ImagePsf.computeBBox
      ~ImagePsf.computeImage
      ~ImagePsf.computeImageBBox
      ~ImagePsf.computeKernelBBox
      ~ImagePsf.computeKernelImage
      ~ImagePsf.computePeak
      ~ImagePsf.computeShape
      ~ImagePsf.getAverageColor
      ~ImagePsf.getAveragePosition
      ~ImagePsf.getCacheCapacity
      ~ImagePsf.getLocalKernel
      ~ImagePsf.isPersistable
      ~ImagePsf.readFits
      ~ImagePsf.recenterKernelImage
      ~ImagePsf.resized
      ~ImagePsf.setCacheCapacity
      ~ImagePsf.writeFits

   .. rubric:: Attributes Documentation

   .. autoattribute:: COPY
   .. autoattribute:: INTERNAL

   .. rubric:: Methods Documentation

   .. automethod:: clone
   .. automethod:: computeApertureFlux
   .. automethod:: computeBBox
   .. automethod:: computeImage
   .. automethod:: computeImageBBox
   .. automethod:: computeKernelBBox
   .. automethod:: computeKernelImage
   .. automethod:: computePeak
   .. automethod:: computeShape
   .. automethod:: getAverageColor
   .. automethod:: getAveragePosition
   .. automethod:: getCacheCapacity
   .. automethod:: getLocalKernel
   .. automethod:: isPersistable
   .. automethod:: readFits
   .. automethod:: recenterKernelImage
   .. automethod:: resized
   .. automethod:: setCacheCapacity
   .. automethod:: writeFits