Module Values.AzElEphemerisSource

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.

Sourcetype nonrec t = {
  1. groundStation : GroundStationName.t;
    (*

    The ground station name for which you're providing azimuth elevation data. This ephemeris is specific to this ground station and can't be used at other locations.

    *)
  2. data : AzElSegmentsData.t;
    (*

    Azimuth elevation segment data. You can provide data inline in the request or through an Amazon S3 object reference.

    *)
}
Sourceval context_ : string
Sourceval make : groundStation:GroundStationName.t -> data:AzElSegmentsData.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GroundStationName.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t ]) list ] list | `Structure of (string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `String of S3BucketName.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t