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.2.419.0 (24.2.419.0)
Syntax public enum CcsdsInterpolationMethod
Public Enumeration CcsdsInterpolationMethod
public enum class CcsdsInterpolationMethod
type CcsdsInterpolationMethod
Members
| Member name | Description |
---|
| 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