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/satellite-imagery-with-orbital-ground-station.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ cd ~/software/rt-stps
99
99
100
100
This command produces Level-0 Production Data Set (```.pds```) files under the ```~/software/rt-stps/data``` directory.
101
101
102
-
## Step 3: Create higher level products from using IPOPP
102
+
## Step 3: Create higher level products using IPOPP
103
103
104
104
[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.
105
105
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
198
198
$INSTALL_DIR/drl/tools/spa_services.sh status
199
199
```
200
200
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
206
202
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:
208
204
209
205
```console
210
206
ssh -L 5901:localhost:5901 azureuser@receiver-vm
@@ -239,7 +235,7 @@ cd /datadrive/ipopp
239
235
240
236
## Ingest data for processing
241
237
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.
0 commit comments