AzElSegment
A time segment containing azimuth elevation pointing data.
Each segment defines a continuous time period with pointing angle data points. AWS Ground Station uses 4th order Lagrange interpolation between the provided points, so each segment must contain at least five data points.
Contents
- azElList
-
List of time-tagged azimuth elevation data points.
Must contain at least five points to support 4th order Lagrange interpolation. Points must be in chronological order with no duplicates.
Type: Array of TimeAzEl objects
Array Members: Minimum number of 5 items.
Required: Yes
- referenceEpoch
-
The reference time for this segment in ISO 8601 format in Coordinated Universal Time (UTC).
All time values within the segment's AzElSegment:azElList are specified as offsets in atomic seconds from this reference epoch.
Example:
2024-01-15T12:00:00.000ZType: Timestamp
Required: Yes
- validTimeRange
-
The valid time range for this segment.
Specifies the start and end timestamps in ISO 8601 format in Coordinated Universal Time (UTC). The segment's pointing data must cover this entire time range.
Type: ISO8601TimeRange object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: