PSF3DMaker#
- class ctapipe.irf.PSF3DMaker(**kwargs: Any)[source]#
Bases:
PSFMakerBase
,DefaultFoVOffsetBins
Creates a radially symmetric point spread function calculated in equidistant bins of source offset, logarithmic true energy, and field of view offset.
Attributes Summary
Maximum value for Source offset
Minimum value for Source offset
Number of bins for Source offset
Methods Summary
__call__
(events[, extname])Calculate the psf and create a fits binary table HDU in GADF format.
Attributes Documentation
- source_offset_max#
Maximum value for Source offset
- source_offset_min#
Minimum value for Source offset
- source_offset_n_bins#
Number of bins for Source offset
Methods Documentation
- __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