Click or drag to resize

CcsdsOrbitEphemerisMessageSegmentInterpolator Property

Gets or sets an interpolator for the ephemeris data.

This value is not provided automatically by ReadFrom(String) because the interpolation information is optional.

If this is not provided by the user, an attempt will be made to build an interpolator from the given interpolation method, interpolation order, and ephemeris data. If this attempt fails, will be returned. The user would then have to build an interpolator manually.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TranslationalMotionInterpolator Interpolator { get; set; }

Property Value

Type: TranslationalMotionInterpolator
See Also