Updated almost 12 years ago by Knödlseder Jürgen
GCTAPsf¶
Scope¶
The GCTAPsf
abstract base class defines the interface for the CTA point spread function component of the instrumental response function.
Implementations¶
The following classes provide support for different PSF implementations. The implementations may differ in the PSF functional form or in the format in which the PSF information is stored. It is assumed that each new PSF implementation will be realized by a new class.
Note that GCTAResponse::load_psf
needs to be adapted to support a new Psf class. The GCTAResponse::load_psf
reads the PSF information from a file, and based on the information it finds it allocates the proper response class.
GCTAPsf2D¶
GCTAPsfPerfTable¶
GCTAPsfVector¶
GCTAPsfKing¶
The King Profile is a commonly used parametrisation of instrument PSFs in astronomy. It is radially symmetric and compared to a simple Gaussian, it allows longer tails in the distribution of events from a point source. The probability density function is defined as follows:
It is normalised that its plane integral to infinity is 1:
Since is not the 68% containment radius (r68), one has to find the corresponding for a given r68. Therefore, the following equation has to be solved:
Section 2.1 of gammalib_maths.pdf explains how this equation can be solved analytically.