Skip to content

Commit 035f117

Browse files
authored
Update concepts-contact-profile.md
1 parent e12fa5f commit 035f117

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/orbital/concepts-contact-profile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The contact profile resource stores pass requirements such as links and endpoint
1616

1717
You can create many contact profiles to represent different types of passes depending on your mission operations. For example, you can create a contact profile for a command and control pass or a contact profile for a downlink-only pass.
1818

19-
These resources are mutable and do not undergo an authorization process like the spacecraft resources do. One contact profile can be used with many spacecraft resources.
19+
These resources are mutable and don't undergo an authorization process like the spacecraft resources do. One contact profile can be used with many spacecraft resources.
2020

2121
See [how to configure a contact profile](contact-profile.md) for a full list of parameters.
2222

@@ -37,11 +37,11 @@ The minimum pass time and minimum elevation parameters are used by Azure Orbital
3737

3838
## Understanding links and channels
3939

40-
A whole band, unique in direction and polarity, is called a link. Channels, which are children under links, specify the center frequency, bandwidth, and endpoints. Typically there is only one channel per link, but some applications require multiple channels per link.
40+
A whole band, unique in direction and polarity, is called a link. Channels, which are children under links, specify the center frequency, bandwidth, and endpoints. Typically there's only one channel per link, but some applications require multiple channels per link.
4141

4242
You can specify EIRP and G/T requirements for each link. EIRP applies to uplinks and G/T applies to downlinks. You can provide a name for each link and channel to keep track of these properties. Each channel has a modem associated with it. Follow the steps in [how to setup software modem](modem-chain.md) to understand the options.
4343

44-
Refer to the example below to understand how to specify an RHCP channel and an LHCP channel if your mission requires dual-polarization on downlink. To find this information about your contact profile, navigate to the contact profile resource overview and click 'JSON view'.
44+
Refer to the example below to understand how to specify an RHCP channel and an LHCP channel if your mission requires dual-polarization on downlink. To find this information about your contact profile, navigate to the contact profile resource overview and click 'JSON view.'
4545

4646
```json
4747
{
@@ -118,10 +118,10 @@ Refer to the example below to understand how to specify an RHCP channel and an L
118118
You can modify or delete the contact profile via the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/).
119119

120120
In the Azure portal, navigate to the contact profile resource.
121-
- To modify minimum viable contact duration, minimum elevation, auto tracking, or events hubs telemetry, click 'Overview' on the left panel then click 'Edit properties'.
121+
- To modify minimum viable contact duration, minimum elevation, auto tracking, or events hubs telemetry, click 'Overview' on the left panel then click 'Edit properties.'
122122
- To edit links and channels, click 'Links' under 'Configurations' on the left panel then click 'Edit link' on the desired link.
123123
- To edit third-party configurations, click 'Third-Party Configurations' under 'Configurations' on the left panel then click 'Edit' on the desired configuration.
124-
- To delete a contact profile, click 'Overview' on the left panel then click 'Delete'.
124+
- To delete a contact profile, click 'Overview' on the left panel then click 'Delete.'
125125

126126
## Configuring a contact profile for applicable partner ground stations
127127

0 commit comments

Comments
 (0)