PSFMakerBase#
- class ctapipe.irf.irfs.PSFMakerBase(**kwargs: Any)[source]#
 Bases:
DefaultTrueEnergyBinsBase 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
- abstract __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