SingleGaussianPsf
=================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: SingleGaussianPsf
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SingleGaussianPsf.COPY
      ~SingleGaussianPsf.INTERNAL

   .. rubric:: Methods Summary

   .. autosummary::

      ~SingleGaussianPsf.clone
      ~SingleGaussianPsf.computeApertureFlux
      ~SingleGaussianPsf.computeBBox
      ~SingleGaussianPsf.computeImage
      ~SingleGaussianPsf.computeImageBBox
      ~SingleGaussianPsf.computeKernelBBox
      ~SingleGaussianPsf.computeKernelImage
      ~SingleGaussianPsf.computePeak
      ~SingleGaussianPsf.computeShape
      ~SingleGaussianPsf.getAverageColor
      ~SingleGaussianPsf.getAveragePosition
      ~SingleGaussianPsf.getCacheCapacity
      ~SingleGaussianPsf.getKernel
      ~SingleGaussianPsf.getLocalKernel
      ~SingleGaussianPsf.getSigma
      ~SingleGaussianPsf.isPersistable
      ~SingleGaussianPsf.readFits
      ~SingleGaussianPsf.recenterKernelImage
      ~SingleGaussianPsf.resized
      ~SingleGaussianPsf.setCacheCapacity
      ~SingleGaussianPsf.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:: getKernel
   .. automethod:: getLocalKernel
   .. automethod:: getSigma
   .. automethod:: isPersistable
   .. automethod:: readFits
   .. automethod:: recenterKernelImage
   .. automethod:: resized
   .. automethod:: setCacheCapacity
   .. automethod:: writeFits