CcsdsOrbitEphemerisMessageSegmentCovarianceData Property |
Gets or sets the covariance 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 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:
DateMotionCollectionMatrix6By6SymmetricRemarks
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