You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/orbital/concepts-contact.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,19 @@ ms.author: hrshelar
12
12
13
13
# Ground station contact
14
14
15
-
A contact occurs when the spacecraft is over a specified ground station. You can find available passes on the system and schedule them for use through Azure Orbital Ground Station (AOGS). A contact and ground station pass mean the same thing.
15
+
A contact occurs when the spacecraft passes over a specified ground station. You can find available passes and schedule contacts for your spacecraft through the Azure Orbital Ground Station platform. A contact and ground station pass mean the same thing.
16
16
17
-
When you schedule a contact, a contact object is created under your spacecraft object in your resource group. The contact only associated with this spacecraft and can't be transferred to another spacecraft, resource group, or region.
17
+
When you schedule a contact for a spacecraft, a contact object is created under your spacecraft object in your resource group. The contact is only associated with that particular spacecraft and can't be transferred to another spacecraft, resource group, or region.
18
18
19
19
## Contact object
20
20
21
-
The contact object contains the start time and end time of the pass and other parameters of interest related to pass operations. The full list is below.
21
+
The contact object contains the start time and end time of the pass and other parameters related to pass operations. The full list is below.
| Reservation Start Time | Start time of pass in UTC. |
26
26
| Reservation End Time | End time of pass in UTC. |
27
-
| Maximum Elevation Degrees | The maximum elevation the spacecraft will be in the sky relative to horizon in degrees, used to gauge the quality of the pass. |
27
+
| Maximum Elevation Degrees | The maximum elevation the spacecraft will be in the sky relative to the horizon in degrees. This is used to gauge the quality of the pass. |
28
28
| TX Start Time | Start time of permissible transmission window in UTC. This start time will be equal to or come after Reservation Start Time. |
29
29
| TX End Time | End time of permissible transmission window in UTC. This end time will be equal to or come before Reservation End Time. |
30
30
| RX Start Time | Start time of permissible reception window in UTC. This start time will be equal to or come after Reservation Start Time. |
@@ -40,17 +40,17 @@ The RX and TX start/end times may differ depending on the individual station mas
40
40
41
41
In order to create a contact, you must have the following pre-requisites:
42
42
43
-
*Authorized spacecraftobject
44
-
*Contact profile with links in accordance with the spacecraft object above
*A [contact profile](contact-profile.md) with links in accordance with the spacecraft object above.
45
45
46
-
Contacts are created on a perpass and per ground station basis. If you already know the pass timings for your spacecraft and selected ground station, then you can directly proceed to schedule the pass with these times. The service will succeed in creating the contact object if the window is available and fail if it isn't.
46
+
Contacts are created on a per-pass and per-site basis. If you already know the pass timings for your spacecraft and selected ground station, you can directly proceed to schedule the pass with these times. The service will succeed in creating the contact object if the window is available and fail if the window is unavailable.
47
47
48
-
If you don't know the pass timings, or which sites are available, then you can use the portal or API to get those details. Query the available passes and use the results to schedule your passes accordingly.
48
+
If you don't know the pass timings, or which sites are available, then you can use the Orbital portal or API to determine those details. Query the available passes and use the results to schedule your passes accordingly.
49
49
50
50
| Method | List available contacts | Schedule contacts | Notes |
51
51
|-|-|-|-|
52
-
|Portal| Yes | Yes | Custom pass timings not possible. You have to use the results of the query|
53
-
|API | Yes | Yes| Custom pass timings possible. |
52
+
|Portal| Yes | Yes | Custom pass timings aren't possible. You must use the results from the query. |
See [how-to schedule a contact](schedule-contact.md) for the Portal method. The API can also be used to create a contact. See the [API docs](https://learn.microsoft.com/rest/api/orbital/) for this method.
0 commit comments