PSFMakerBase#

class ctapipe.irf.irfs.PSFMakerBase(*args: t.Any, **kwargs: t.Any)[source]#

Bases: DefaultTrueEnergyBins

Base class for calculating the point spread function.

Methods Summary

__call__(events[, extname])

Calculate the psf and create a fits binary table HDU in GADF format.

Methods Documentation

abstractmethod __call__(events: QTable, extname: str = 'PSF') BinTableHDU[source]#

Calculate the psf and create a fits binary table HDU in GADF format.

Parameters:
events: astropy.table.QTable

Reconstructed events to be used.

extname: str

Name for the BinTableHDU.

Returns:
BinTableHDU