ParametrizedExtrapolator

class pyirf.interpolation.ParametrizedExtrapolator(grid_points, params)[source]

Bases: BaseExtrapolator

Base class for all extrapolators used with IRF components that can be treated independently, e.g. parametrized ones like 3Gauss but also AEff. Derived from pyirf.interpolation.BaseExtrapolator