xtce:SplineCalibrator

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 coorosponding to the raw value. The algorithm triggers on the input parameter.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
extrapolate boolean false optional
order positiveInteger 1 optional

Source

<element name="SplineCalibrator">
  <annotation>
    <documentation xml:lang="en">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 coorosponding to the raw value. The algorithm triggers on the input parameter.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element name="SplinePoint" type="xtce:SplinePointType" minOccurs="2" maxOccurs="unbounded"/>
    </sequence>
    <attribute name="order" type="positiveInteger" default="1"/>
    <attribute name="extrapolate" type="boolean" default="false"/>
  </complexType>
</element>

Sample