Click or drag to resize

StkEphemerisFileStkTimeFormat Enumeration

The supported time formats for ephemeris and covariance information.

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 StkTimeFormat
Members
  Member nameDescription
EpSec Epoch seconds (EpSec) describes the time at which an event occurred with a two-step process. First, it states an arbitrary, absolute time, an epoch. Second, it states the time of an event by identifying the number of seconds (and partial seconds) which have passed between the epoch and the event.
UtcGCoordinatedUniversalTime mapped onto the Gregorian calendar.
GpsGGlobalPositioningSystemTime mapped onto the Gregorian calendar.
TaiGInternationalAtomicTime mapped onto the Gregorian calendar.
TdtGTerrestrialTime mapped onto the Gregorian calendar.
See Also