MoffatPSFCube

class simcado.psf.MoffatPSFCube(lam_bin_centers, fwhm=None, **kwargs)[source]

Bases: simcado.psf.PSFCube

Generate a list of MoffatPSFs for wavelengths defined in lam_bin_centers

Parameters
lam_bin_centersarray, list

[um] a list with the centres of each wavelength slice

fwhmarray, list

[arcsec] the equivalent FWHM of the PSF.

diameterfloat

[m] diamter of primary mirror. Default is 39.3m.

modestr

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