Issue 18537: SplineCalibrator order attribute too restrictive (xtce-rtf) Source: Boeing (Mr. David Overeem, david.t.overeem(at)boeing.com) Nature: Enhancement Severity: Critical Summary: As previously discussed, the @order attribute of the <SplineCalibrator> relates to the fit funtion that is used for interpolation and extrapolation. Interpolation is implied when the @order attribute is used. Extrapolation has an explicit attribute. Setting the order to zero effectively creates a "step" function, as the fit function is limited to zeroth order behavior. First order behavior creates a linear function, otherwise called a "point to point". Second order would be a quadratic, etc. The schema allows only positive integers for the @order attribute. This should be non-negative integer. Resolution: Revised Text: Actions taken: March 8, 2013: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 08 Mar 2013 10:55:45 -0500 To: Subject: Issue/Bug Report X-Brightmail-Tracker: AAAAAA== X-Brightmail-Tracker: AAAAAA== ******************************************************************************* Name: David Overeem Employer: The Boeing Company mailFrom: david.t.overeem@boeing.com Terms_Agreement: I agree Specification: XTCE (XML Telemetric and Command Exchange) Section: SplineCalibrator FormalNumber: formal/2008-03-01 Version: 1.1 Doc_Year: 2008 Doc_Month: March Doc_Day: 01 Page: N/A Title: SplineCalibrator order attribute too restrictive Nature: Enhancement Severity: Significant CODE: 3TMw8 B1: Report Issue Description: As previously discussed, the @order attribute of the relates to the fit funtion that is used for interpolation and extrapolation. Interpolation is implied when the @order attribute is used. Extrapolation has an explicit attribute. Setting the order to zero effectively creates a "step" function, as the fit function is limited to zeroth order behavior. First order behavior creates a linear function, otherwise called a "point to point". Second order would be a quadratic, etc. The schema allows only positive integers for the @order attribute. This should be non-negative integer.