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)
Syntaxpublic DateMotionCollection<Matrix6By6Symmetric> CovarianceData { get; set; }
Public Property CovarianceData As DateMotionCollection(Of Matrix6By6Symmetric)
Get
Set
public:
property DateMotionCollection<Matrix6By6Symmetric^>^ CovarianceData {
DateMotionCollection<Matrix6By6Symmetric^>^ get ();
void set (DateMotionCollection<Matrix6By6Symmetric^>^ value);
}
member CovarianceData : DateMotionCollection<Matrix6By6Symmetric> with 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