Skip to main content
POST
/
operations
/
state-vectors
/
{id}
/
generate-oem
Error
A valid request URL is required to generate request examples
"CCSDS_OEM_VERS = 2.0\nCREATION_DATE = 2024-06-15T12:30:00\nORIGINATOR = VALAR\n..."

Authorizations

Authorization
string
header
required

API Key (format: vsp_sk_...)

Path Parameters

id
string
required

State vector display ID

Body

application/json

Request parameters for OEM generation with configurable propagation settings

finalDate
string<date-time>
required

End date for ephemeris generation in ISO-8601 format

Example:

"2024-01-02T00:00:00Z"

initialDate
string<date-time>
required

Start date for ephemeris generation in ISO-8601 format

Example:

"2024-01-01T00:00:00Z"

referenceFrame
enum<string>
required

Reference frame for position and velocity vectors

Available options:
GCRF,
EME2000,
ITRF,
TOD,
MOD,
TEME
Example:

"GCRF"

timeBetweenPoints
integer<int32>
required

Time step between ephemeris points in seconds

Required range: 60 <= x <= 86400
Example:

60

timeSystem
enum<string>
required

Time system for ephemeris timestamps

Available options:
UTC,
TAI,
TT,
TDB,
TCG,
TCB,
GPS
Example:

"UTC"

covarianceFrame
enum<string>

Covariance reference frame for OEM covariance matrices

Available options:
RTN,
TNW
Example:

"RTN"

covarianceFrameValid
boolean
dateRangeValid
boolean
includeCovariance
boolean
default:false

Include covariance matrices in the OEM output

Example:

false

timeSpanValid
boolean

Response

OEM file generated successfully

The response is of type string.