EnergyBiasResolutionMakerBase#

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

Bases: DefaultTrueEnergyBins

Base class for calculating the bias and resolution of the energy prediction.

Methods Summary

__call__(events[, extname])

Calculate the bias and resolution of the energy prediction.

Methods Documentation

abstractmethod __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