PyMDB
- Systems
- Parameters
- Containers
- Algorithms
- Commands
- Encodings
- Calibrators
- Alarms
- Ancillary
- Data Types
- Exceptions
- Expressions
- Verifiers
Download this Document
/
PyMDB /
Calibrators
Calibrators¶
Calibrator¶
Polynomial¶
- class yamcs.pymdb.Polynomial¶
Bases:
Calibrator
A calibration type where a curve in a raw vs calibrated plane is described using a set of polynomial coefficients. Raw values are converted to calibrated values by finding a position on the curve corresponding to the raw value.
Interpolate¶
- class yamcs.pymdb.Interpolate¶
Bases:
Calibrator
One-dimensional piecewise interpolation. A segmented line in a raw vs calibrated plane is described using a set of points. Raw values are converted to calibrated values by finding a position on the line corresponding to the raw value.