Click or drag to resize

StkAttitudeFile.ConfigureInterpolation Method

Configures the Interpolator to use the specified interpolation algorithm and polynomial degree. The Data property must be set before calling this method.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void ConfigureInterpolation(
	InterpolationAlgorithm interpolationAlgorithm,
	int interpolationDegree
)

Parameters

interpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.Advanced.InterpolationAlgorithm
The interpolation algorithm to use.
interpolationDegree
Type: System.Int32
The degree of the polynomial to use for interpolation.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Data is null.
ArgumentNullException Thrown when interpolationAlgorithm is null.
ArgumentException Thrown when interpolationAlgorithm is not supported in STK ephemeris files.
See Also