Click or drag to resize

CcsdsInterpolationMethod Enumeration

This type defines the interpolation method for Consultative Committee for Space Data Systems (CCSDS) Orbit Ephemeris Message (OEM) data.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CcsdsInterpolationMethod
Members
  Member nameDescription
Unknown The interpolation method was not provided, or it cannot be easily inferred from the available CCSDS data.
Linear Linear interpolation should be used to process the ephemeris data of the OEM.
Lagrange Lagrange interpolation should be used to process the ephemeris data of the OEM.
Hermite Hermite interpolation should be used to process the ephemeris data of the OEM.
See Also