Click or drag to resize

CcsdsOrbitEphemerisMessageSegmentCovarianceData Property

Gets or sets the covariance 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<Matrix6By6Symmetric> CovarianceData { get; set; }

Property Value

Type: DateMotionCollectionMatrix6By6Symmetric
Remarks

Note that these are converted from km^2, km^2/s, and km^2/s^2 in OEM files to m^2, m^2/s, and m^2/s^2 for storage. Writing new OEM files converts them back to km^2, km^2/s, and km^2/s^2.

See Also