EnergyBiasResolutionMakerBase#
- class ctapipe.irf.benchmarks.EnergyBiasResolutionMakerBase(**kwargs: Any)[source]#
Bases:
DefaultTrueEnergyBins
Base class for calculating the bias and resolution of the energy prediciton.
Methods Summary
__call__
(events[, extname])Calculate the bias and resolution of the energy prediction.
Methods Documentation
- abstract __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