GaussianPSF

class simcado.psf.GaussianPSF(fwhm, **kwargs)[source]

Bases: simcado.psf.PSF

Generate a PSF for an Gaussian function

Parameters
fwhmfloat

[arcsec] the equivalent FWHM of the Airy disk core.

sizeint

[pixel] the side length of the array

pix_resfloat

[arcsec] the pixel scale used in the array, default is 0.004

modestr

[‘oversample’,’linear_interp’] see Kernel2D (scipy.convolution.core)