LinearInterpolator#
- class ctapipe.monitoring.interpolation.LinearInterpolator(**kwargs: Any)[source]#
Bases:
MonitoringInterpolator
LinearInterpolator parent class.
- Parameters:
- h5fileNone | tables.File
An open hdf5 file with read access.
Attributes Summary
If true, raises an exception when trying to extrapolate out of the given table
If bounds_error is False, this flag will specify whether values outsidethe available values are filled with nan (False) or extrapolated (True).
Attributes Documentation
- bounds_error#
If true, raises an exception when trying to extrapolate out of the given table
- extrapolate#
If bounds_error is False, this flag will specify whether values outsidethe available values are filled with nan (False) or extrapolated (True).