PSFKernel
=========

.. currentmodule:: gammapy.irf

.. autoclass:: PSFKernel
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PSFKernel.data
      ~PSFKernel.psf_kernel_map

   .. rubric:: Methods Summary

   .. autosummary::

      ~PSFKernel.from_gauss
      ~PSFKernel.from_table_psf
      ~PSFKernel.normalize
      ~PSFKernel.read
      ~PSFKernel.slice_by_idx
      ~PSFKernel.to_image
      ~PSFKernel.write

   .. rubric:: Attributes Documentation

   .. autoattribute:: data
   .. autoattribute:: psf_kernel_map

   .. rubric:: Methods Documentation

   .. automethod:: from_gauss
   .. automethod:: from_table_psf
   .. automethod:: normalize
   .. automethod:: read
   .. automethod:: slice_by_idx
   .. automethod:: to_image
   .. automethod:: write