Values.OEMEphemerisSourceEphemeris 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 nonrec t = {s3Object : S3Object.t option;The Amazon S3 object that contains the ephemeris data.
*)oemData : UnboundedString.t option;OEM data that you provide directly instead of using an Amazon S3 object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UnboundedString.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]