CovarianceReadOptions Enumeration |
An enumerator describing the different options for reading Covariance from an ephemeris file.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CovarianceReadOptions
Public Enumeration CovarianceReadOptions
public enum class CovarianceReadOptions
type CovarianceReadOptions
Members
| Member name | Description |
---|
| DoNotReadCovariance |
Instructs the reader to ignore any Covariance that exists.
|
| ReadOnlyPositionCovariance |
Instructs the reader to ignore velocity covariance data if it exists in the ephemeris file,
and instead only read the position terms.
|
| ReadAllFileCovariance |
Instructs the reader to read in the format of covariance data specified in the ephemeris file.
|
See Also