Class PolynomialCalibrator

java.lang.Object
org.yamcs.xtce.PolynomialCalibrator
All Implemented Interfaces:
Serializable, Calibrator

public class PolynomialCalibrator extends Object implements 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. The first coefficient belongs with the X^0 term, the next coefficient belongs to the X^1 term and so on.
See Also:
  • Constructor Details

    • PolynomialCalibrator

      public PolynomialCalibrator(double[] coefficients)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCoefficients

      public double[] getCoefficients()