Skip to content

/AWS1/CL_GSTOEMEPHEMERIS

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_s3object TYPE REF TO /AWS1/CL_GSTS3OBJECT /AWS1/CL_GSTS3OBJECT

The Amazon S3 object that contains the ephemeris data.

iv_oemdata TYPE /AWS1/GSTUNBOUNDEDSTRING /AWS1/GSTUNBOUNDEDSTRING

OEM data that you provide directly instead of using an Amazon S3 object.


Queryable Attributes

s3Object

The Amazon S3 object that contains the ephemeris data.

Accessible with the following methods

Method Description
GET_S3OBJECT() Getter for S3OBJECT

oemData

OEM data that you provide directly instead of using an Amazon S3 object.

Accessible with the following methods

Method Description
GET_OEMDATA() Getter for OEMDATA, with configurable default
ASK_OEMDATA() Getter for OEMDATA w/ exceptions if field has no value
HAS_OEMDATA() Determine if OEMDATA has a value