EphemerisData
Ephemeris data.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- azEl
-
Azimuth elevation ephemeris data.
Use this ephemeris type to provide pointing angles directly, rather than satellite orbital elements. Use this when you need precise antenna pointing but have imprecise or unknown satellite trajectory information.
The azimuth elevation data specifies the antenna pointing direction at specific times relative to a ground station location. AWS Ground Station uses 4th order Lagrange interpolation to compute pointing angles between the provided data points.
AWS Ground Station automatically filters interpolated pointing angles, including only those that are above the site mask elevation of the specified ground station.
For more detail about providing azimuth elevation ephemerides to AWS Ground Station, see the azimuth elevation ephemeris section of the AWS Ground Station User Guide.
Type: AzElEphemeris object
Required: No
- oem
-
Ephemeris data in Orbit Ephemeris Message (OEM) format.
AWS Ground Station processes OEM ephemerides according to the CCSDS standard
with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see OEM ephemeris format in the AWS Ground Station user guide. Type: OEMEphemeris object
Required: No
- tle
-
Two-line element set (TLE) ephemeris.
For more detail about providing Two-line element sets to AWS Ground Station, see the TLE section of the AWS Ground Station user guide.
Type: TLEEphemeris object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: