AngularResolutionMakerBase#
- class ctapipe.irf.benchmarks.AngularResolutionMakerBase(**kwargs: Any)[source]#
Bases:
DefaultTrueEnergyBins
,DefaultRecoEnergyBins
Base class for calculating the angular resolution.
Attributes Summary
Quantiles for which the containment radius should be calculated.
Use reconstructed energy instead of true energy for energy binning.
Methods Summary
__call__
(events[, extname])Calculate the angular resolution.
Attributes Documentation
- quantiles#
Quantiles for which the containment radius should be calculated.
- use_reco_energy#
Use reconstructed energy instead of true energy for energy binning.
Methods Documentation
- abstract __call__(events: QTable, extname: str = 'ANGULAR RESOLUTION') BinTableHDU [source]#
Calculate the angular resolution.
- Parameters:
- events: astropy.table.QTable
Reconstructed events to be used.
- extname: str
Name of the BinTableHDU.
- Returns:
- BinTableHDU