Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CovarianceReadOptions
Members
  Member nameDescription
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