public class SplineCalibration extends Object implements Calibration
| Constructor and Description |
|---|
SplineCalibration(org.omg.space.xtce.CalibratorType.SplineCalibrator splineElement)
Constructs a Calibration object based on the SplineCalibrator
element in the XTCE document.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
calibrate(Number xValue)
Apply this Spline Calibrator, otherwise known as a
"piecewise function", to an uncalibrated value.
|
Number |
uncalibrate(Number yValue)
Apply this Spline Calibrator to an already calibrated value.
|
public SplineCalibration(org.omg.space.xtce.CalibratorType.SplineCalibrator splineElement)
splineElement - SplineCalibrator containing the data.public Number calibrate(Number xValue) throws XTCEDatabaseException
calibrate in interface CalibrationxValue - Number containing the uncalibrated value.XTCEDatabaseException - when the Spline Calibrator has unsupported
features, the calibrated value is unbounded, or has infinite slope
between points.public Number uncalibrate(Number yValue) throws XTCEDatabaseException
uncalibrate in interface CalibrationyValue - Number containing a calibrated value.XTCEDatabaseException - when the Spline Calibrator has unsupported
features, the calibrated value is unbounded, or has infinite slope
between points.Copyright © 2015–2019. All rights reserved.