| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | extension of xtce:OptionalNameDescriptionType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:SplineCalibrator xtce:PolynomialCalibrator xtce:MathOperationCalibrator | ||||||||||||||||||||
| used by |
|
||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| annotation |
|
||||||||||||||||||||
| source | <complexType name="CalibratorType"> <annotation> <documentation xml:lang="en">Calibrators are normally used to convert to and from bit compacted numerical data</documentation> </annotation> <complexContent> <extension base="xtce:OptionalNameDescriptionType"> <choice> <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 corresponding 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="nonNegativeInteger" default="1"/> <attribute name="extrapolate" type="boolean" default="false"/> </complexType> </element> <element name="PolynomialCalibrator" type="xtce:PolynomialType"> <annotation> <documentation xml:lang="en">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. </documentation> </annotation> </element> <element name="MathOperationCalibrator"> <complexType> <complexContent> <extension base="xtce:MathOperationType"/> </complexContent> </complexType> </element> </choice> </extension> </complexContent> </complexType> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| children | xtce:SplinePoint | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| 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 corresponding 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="nonNegativeInteger" default="1"/> <attribute name="extrapolate" type="boolean" default="false"/> </complexType> </element> |
| type | nonNegativeInteger | ||
| properties |
|
||
| source | <attribute name="order" type="nonNegativeInteger" default="1"/> |
| type | boolean | ||
| properties |
|
||
| source | <attribute name="extrapolate" type="boolean" default="false"/> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| type | xtce:SplinePointType | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <element name="SplinePoint" type="xtce:SplinePointType" minOccurs="2" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | xtce:PolynomialType | ||
| properties |
|
||
| children | xtce:Term | ||
| annotation |
|
||
| source | <element name="PolynomialCalibrator" type="xtce:PolynomialType"> <annotation> <documentation xml:lang="en">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. </documentation> </annotation> </element> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | extension of xtce:MathOperationType | ||
| properties |
|
||
| children | xtce:ValueOperand xtce:ThisParameterOperand xtce:ParameterInstanceRefOperand xtce:Operator | ||
| source | <element name="MathOperationCalibrator"> <complexType> <complexContent> <extension base="xtce:MathOperationType"/> </complexContent> </complexType> </element> |