Detector#

class silmaril.imaging.Detector(resolution, fov, center, psf_fwhm)#

Bases: object

Class representing a detector.

Parameters:
  • resolution (float) – Resolution of the detector in arcseconds per pixel

  • fov (float) – Field of view of the detector in arcseconds

  • center (astropy.coordinates.SkyCoord) – Coordinates of the center of the image

  • psf_fwhm (float) – Full width at half max in pixels of the point spread function of the detector

resolution#

Resolution of the detector in arcseconds per pixel

fov#

Field of view of the detector in arcseconds

center#

Coordinates of the center of the image

psf_fwhm#

Full width at half max in pixels of the point spread function of the detector

num_pix#

Number of pixels on each side of the image

grid#

Grid of coordinates of the image plane

wcs#

astropy.WCS object of the image plane grid

__init__(resolution, fov, center, psf_fwhm)#

Methods

__init__(resolution, fov, center, psf_fwhm)