Class 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:
    Serialized Form
    • Constructor Detail

      • PolynomialCalibrator

        public PolynomialCalibrator​(double[] coefficients)
    • Method Detail

      • getCoefficients

        public double[] getCoefficients()