Kernel
======

.. currentmodule:: lsst.afw.math

.. autoclass:: Kernel
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~Kernel.clone
      ~Kernel.computeCache
      ~Kernel.computeImage
      ~Kernel.computeKernelParametersFromSpatialModel
      ~Kernel.getBBox
      ~Kernel.getCacheSize
      ~Kernel.getCtr
      ~Kernel.getCtrX
      ~Kernel.getCtrY
      ~Kernel.getDimensions
      ~Kernel.getHeight
      ~Kernel.getKernelParameter
      ~Kernel.getKernelParameters
      ~Kernel.getNKernelParameters
      ~Kernel.getNSpatialParameters
      ~Kernel.getSpatialFunction
      ~Kernel.getSpatialFunctionList
      ~Kernel.getSpatialParameters
      ~Kernel.getWidth
      ~Kernel.growBBox
      ~Kernel.isPersistable
      ~Kernel.isSpatiallyVarying
      ~Kernel.readFits
      ~Kernel.resized
      ~Kernel.setCtr
      ~Kernel.setCtrX
      ~Kernel.setCtrY
      ~Kernel.setDimensions
      ~Kernel.setHeight
      ~Kernel.setKernelParameters
      ~Kernel.setSpatialParameters
      ~Kernel.setWidth
      ~Kernel.shrinkBBox
      ~Kernel.toString
      ~Kernel.writeFits

   .. rubric:: Methods Documentation

   .. automethod:: clone
   .. automethod:: computeCache
   .. automethod:: computeImage
   .. automethod:: computeKernelParametersFromSpatialModel
   .. automethod:: getBBox
   .. automethod:: getCacheSize
   .. automethod:: getCtr
   .. automethod:: getCtrX
   .. automethod:: getCtrY
   .. automethod:: getDimensions
   .. automethod:: getHeight
   .. automethod:: getKernelParameter
   .. automethod:: getKernelParameters
   .. automethod:: getNKernelParameters
   .. automethod:: getNSpatialParameters
   .. automethod:: getSpatialFunction
   .. automethod:: getSpatialFunctionList
   .. automethod:: getSpatialParameters
   .. automethod:: getWidth
   .. automethod:: growBBox
   .. automethod:: isPersistable
   .. automethod:: isSpatiallyVarying
   .. automethod:: readFits
   .. automethod:: resized
   .. automethod:: setCtr
   .. automethod:: setCtrX
   .. automethod:: setCtrY
   .. automethod:: setDimensions
   .. automethod:: setHeight
   .. automethod:: setKernelParameters
   .. automethod:: setSpatialParameters
   .. automethod:: setWidth
   .. automethod:: shrinkBBox
   .. automethod:: toString
   .. automethod:: writeFits