Click or drag to resize

CcsdsOrbitEphemerisMessageSegment.CovarianceData Property

Gets or sets the covariance data.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DateMotionCollection<Matrix6By6Symmetric> CovarianceData { get; set; }

Property Value

Type: DateMotionCollection<Matrix6By6Symmetric>
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