IDBCalibrationCurve#
- class stixcore.idb.idb.IDBCalibrationCurve(rows, param)[source]#
Bases:
objectA class to represent a calibration curve for a LUT based interpolation defined in the IDB.
Methods Summary
__call__(raw)Apply the interpolation function with the raw value based on the LUT provided by the IDB.
Methods Documentation