Click or drag to resize

CcsdsOrbitEphemerisMessageSegmentEphemerisData Property

Gets or sets the ephemeris 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 DateMotionCollection<Cartesian> EphemerisData { get; set; }

Property Value

Type: DateMotionCollectionCartesian
Remarks

Note that these are converted from km in OEM files to meters for storage. Writing new OEM files converts them back to km.

See Also