Skip to content

Commit 5de7980

Browse files
authored
Merge pull request #233511 from kellydevens/patch-33
Update concepts-contact.md
2 parents 9cd9f1b + a255f16 commit 5de7980

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/orbital/concepts-contact.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ ms.author: hrshelar
1212

1313
# Ground station contact
1414

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.
1616

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.
1818

1919
## Contact object
2020

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.
2222

2323
| Parameter | Description |
2424
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------|
2525
| Reservation Start Time | Start time of pass in UTC. |
2626
| 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. |
2828
| TX Start Time | Start time of permissible transmission window in UTC. This start time will be equal to or come after Reservation Start Time. |
2929
| TX End Time | End time of permissible transmission window in UTC. This end time will be equal to or come before Reservation End Time. |
3030
| 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
4040

4141
In order to create a contact, you must have the following pre-requisites:
4242

43-
* Authorized spacecraft object
44-
* Contact profile with links in accordance with the spacecraft object above
43+
* An [authorized](register-spacecraft.md) spacecraft object.
44+
* A [contact profile](contact-profile.md) with links in accordance with the spacecraft object above.
4545

46-
Contacts are created on a per pass 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.
4747

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.
4949

5050
| Method | List available contacts | Schedule contacts | Notes |
5151
|-|-|-|-|
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. |
53+
|API | Yes | Yes| Custom pass timings are possible. |
5454

5555
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.
5656

0 commit comments

Comments
 (0)