Skip to content

Commit 3b5e8c9

Browse files
author
AWS
committed
AWS Ground Station Update: Documentation update specifying OEM ephemeris units of measurement
1 parent 0741fa0 commit 3b5e8c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Ground Station",
4+
"contributor": "",
5+
"description": "Documentation update specifying OEM ephemeris units of measurement"
6+
}

services/groundstation/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"groundstation",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"AWS Ground Station",
910
"serviceId":"GroundStation",
1011
"signatureVersion":"v4",
1112
"signingName":"groundstation",
12-
"uid":"groundstation-2019-05-23"
13+
"uid":"groundstation-2019-05-23",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"CancelContact":{
@@ -2676,7 +2678,7 @@
26762678
"documentation":"<p>Identifies the S3 object to be used as the ephemeris.</p>"
26772679
}
26782680
},
2679-
"documentation":"<p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>"
2681+
"documentation":"<p> Ephemeris data in Orbit Ephemeris Message (OEM) format. </p> <p> Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS) <a href=\"https://public.ccsds.org/Pubs/502x0b3e1.pdf\">Recommended Standard for Orbit Data Messages</a> for more information. </p>"
26802682
},
26812683
"PaginationMaxResults":{
26822684
"type":"integer",

0 commit comments

Comments
 (0)