Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 788 Bytes

psf.rst

File metadata and controls

44 lines (30 loc) · 788 Bytes

Point-spread functions

There are a number of profiles that are designed to be used for point-spread functions (PSFs). There is nothing in GalSim restricting these classes to be used only for PSFs or stars, but that was the use case they were designed for.

Airy Profile

.. autoclass:: galsim.Airy
    :members:
    :show-inheritance:

Moffat Profile

.. autoclass:: galsim.Moffat
    :members:
    :show-inheritance:

Kolmogorov Profile

.. autoclass:: galsim.Kolmogorov
    :members:
    :show-inheritance:

Von Karman Profile

.. autoclass:: galsim.VonKarman
    :members:
    :show-inheritance:

Optical PSF

.. autoclass:: galsim.OpticalPSF
    :members:
    :show-inheritance: