McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
In the first part of this exercise, you will access real-time satellite imagery and review many of the associated McIDAS commands. You will use these commands to display real-time satellite imagery, as well as list information about the data. A good review of satellite data and McIDAS AREA files can be found in the Basic Concepts section of the Satellite Imagery chapter.
Type: DSINFO IMAGE
This will list all of the IMAGE datasets that you have access to in your routing table.
Type: ERASE G 1 4
Type: IMGLIST RTGOESR/FD.-3
Image file directory listing for:RTGOESR/FD
Pos Satellite/ Date Time Center Band(s)
sensor Lat Lon
--- ------------- ------------ -------- ---- ---- ------------
192 GOES-16 4 MAR 21063 18:40:16 0 75 1-16
191 GOES-16 4 MAR 21063 18:30:16 0 75 1-16
190 GOES-16 4 MAR 21063 18:20:16 0 75 1-16
189 GOES-16 4 MAR 21063 18:10:16 0 75 1-16
IMGLIST: done
|
Type: IMGDISP RTGOESR/FD BAND=13 ALL=1 4 STA=MIA
Because real-time satellite data is updated often, it is possible to view an image that has not yet been fully ingested by the server. If you attempt to access the most recent image in a dataset, you may get unexpected results. For GOES images, the image may be all black if the band requested isn't available yet on the server. This is normal behavior with GOES ABI imagery. When viewing older GOES GVAR images, you could see images filling the screen line-by-line as data was being ingested.
Type: LB 1 4
Press: Alt L
Press: Alt L
When you display an image on a frame, McIDAS creates a frame directory for the image which lists the frame number, sensor source, date, image time, band number, image coordinates, magnification factors, and ADDE dataset name and file position number. The FRMLIST command lists the frame directory.
The IMGPROBE command lists data from the area represented on the image at the cursor center. It lists the area number, area coordinates, image coordinates, raw, brightness, and when present, temperature and radiance values. IMGPROBE can be invoked with its default parameters by pressing Alt-D.
Even though the data is not located on your local machine, but rather on some remote server, you can still access information about the data.
Type: FRMLIST 1 4
Information about the frame number, sensor source, band, date, time, and ADDE dataset/position number is displayed for each image.
Frame Satellite
[panel] Sensor Band Date Time Data Source
--------- ------------ ---- ------------ -------- -----------------------------
1[1] GOES-16 13 04 Mar 21063 18:40:16 RTGOESR/FD.189
2[1] GOES-16 13 04 Mar 21063 18:50:16 RTGOESR/FD.190
3[1] GOES-16 13 04 Mar 21063 19:00:16 RTGOESR/FD.191
4[1] GOES-16 13 04 Mar 21063 19:10:16 RTGOESR/FD.192
|
Type: SF 1;PC C;IMGPROBE MODE=N
Alternate method:
Type: SF 1;PC C
Press: Alt D
Image Name Day Nominal Time Scan Time Band
---------------- ------- ------------ --------- ----
RTGOESR/FD.189 4 Mar 21063 18:40:16 18:42:19 13
File Nominal Image RAW RAD TEMP BRIT
Lat/Lon Line/Element Line/Element * K
25:45:53/ 80:29:21 1364/ 2443 5457/ 9773 2258 101.61 297.86 64
* milliwatts/meter**2/steradian/(cm-1)
IMGPROBE: Done
|
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]