EnergyBiasResolution2dMaker#
- class ctapipe.irf.EnergyBiasResolution2dMaker(**kwargs: Any)[source]#
Bases:
EnergyBiasResolutionMakerBase
,DefaultFoVOffsetBins
Calculates the bias and the resolution of the energy prediction in bins of true energy and fov offset.
Methods Summary
__call__
(events[, extname])Calculate the bias and resolution of the energy prediction.
Methods Documentation
- __call__(events: QTable, extname: str = 'ENERGY BIAS RESOLUTION') BinTableHDU [source]#
Calculate the bias and resolution of the energy prediction.
- Parameters:
- events: astropy.table.QTable
Reconstructed events to be used.
- extname: str
Name of the BinTableHDU.
- Returns:
- BinTableHDU