IDBPolynomialCalibration# class stixcore.idb.idb.IDBPolynomialCalibration(rows)[source]# Bases: object A class to represent a 4th order polynomial calibration defined in the IDB. Methods Summary __call__(x) Apply the polynomial function to the raw value. Methods Documentation __call__(x)[source]# Apply the polynomial function to the raw value. Parameters: x (number) – the raw value Returns: float – polynomial function value