Skip to content

Commit 985b951

Browse files
authored
Remove redundant heading
1 parent 4c6600e commit 985b951

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/orbital/satellite-imagery-with-orbital-ground-station.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cd ~/software/rt-stps
9999

100100
This command produces Level-0 Production Data Set (```.pds```) files under the ```~/software/rt-stps/data``` directory.
101101

102-
## Step 3: Create higher level products from using IPOPP
102+
## Step 3: Create higher level products using IPOPP
103103

104104
[International Planetary Observation Processing Package (IPOPP)](https://directreadout.sci.gsfc.nasa.gov/?id=dspContent&cid=68) is another NASA-provided software to process Aqua Level-0 data into higher level products.
105105
In the steps below, you'll process the Level-0 data generated in the previous step using IPOPP.
@@ -198,13 +198,9 @@ $INSTALL_DIR/drl/tools/services.sh status
198198
$INSTALL_DIR/drl/tools/spa_services.sh status
199199
```
200200

201-
## Step 3: Create higher level products using IPOPP
202-
203-
Before we can create Level-1 and Level-2 products from the Level-0 PDS files generated by rt-stps, we need to configure IPOPP using its dashboard GUI
204-
205-
### Configure the IPOPP services using its dashboard
201+
### Configure IPOPP services using its dashboard
206202

207-
IPOPP must be configured with its dashboard GUI. To start the dashboard, first port forward the vncserver port (5901) over ssh:
203+
Before we can create Level-1 and Level-2 products from the Level-0 PDS files generated by rt-stps, we need to configure IPOPP. IPOPP must be configured with its dashboard GUI. To start the dashboard, first port forward the vncserver port (5901) over ssh:
208204

209205
```console
210206
ssh -L 5901:localhost:5901 azureuser@receiver-vm
@@ -239,7 +235,7 @@ cd /datadrive/ipopp
239235

240236
## Ingest data for processing
241237

242-
Copy the PDS files generated by RT-STPS to the IPOPP ingest directory for further processing.
238+
Copy the Level-0 PDS files generated by RT-STPS to the IPOPP ingest directory for further processing.
243239

244240
```console
245241
cp ~/software/rt-stps/data/* /datadrive/ipopp/drl/data/dsm/ingest/.

0 commit comments

Comments
 (0)