PSFModel#
- class ctapipe.instrument.optics.PSFModel(**kwargs: Any)[source]#
 Bases:
TelescopeComponentBase component to describe image distortion due to the optics of the different cameras.
Methods Summary
pdf(x, y, x0, y0)Calculates the value of the psf at a given location
Methods Documentation
- abstract pdf(x, y, x0, y0) ndarray[source]#
 Calculates the value of the psf at a given location
- Parameters:
 - xu.Quantity[length]
 x-coordinate of the point on the focal plane where the psf is evaluated
- yu.Quantity[length]
 y-coordinate of the point on the focal plane where the psf is evaluated
- x0u.Quantity[length]
 x-coordinate of the point source on the focal plane
- y0u.Quantity[length]
 y-coordinate of the point source on the focal plane
- Returns
 - ———-
 - psfnp.ndarray
 value of the PSF at the specified location with the specified position of the point source