ParametrizedInterpolator

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

Bases: BaseInterpolator

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