Package org.yamcs.xtce
Class SplineCalibrator
- java.lang.Object
-
- org.yamcs.xtce.SplineCalibrator
-
- All Implemented Interfaces:
Serializable,Calibrator
public class SplineCalibrator extends Object implements Calibrator
A calibration type where 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. The algorithm triggers on the input parameter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SplineCalibrator(List<SplinePoint> points)
-
-
-
Constructor Detail
-
SplineCalibrator
public SplineCalibrator(List<SplinePoint> points)
-
-
Method Detail
-
getPoints
public SplinePoint[] getPoints()
-
-