McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Before displaying satellite data, you must know the ADDE dataset name under which it is stored. The DSINFO and IMGLIST commands can list information about image datasets you have access to. Once located, you can display the images using the IMGDISP command.
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.
You can display images one at a time or in a sequence. If the areas on disk are chronologically ordered, an entire set of images can be sequentially loaded using one IMGDISP command with a repeat factor.
In this exercise, you will select two images and display them on frames, list the frame directory for one frame, and display a sequence of images using the IMGDISP command with a repeat factor.
At the Unix prompt:
Type: mcidas
Your session should still be set for twenty frames from the last time you changed the Configuration GUI. If not, set it for twenty frames, as described in Getting Started.
Download the files from ftp.ssec.wisc.edu.
ftp ftp.ssec.wisc.edu
login anonymous
prompt
binary
cd pub/mug/Data/Satellite/ABI_data/Meso1
mget OR_ABI*
Example file name:
OR_ABI-L1b-RadM1-M6C02_G16_s20192461800251_e20192461800309_c20192461800346.nc
Type: DSSERVE ADD DORIAN/M1 ABIN TYPE=IMAGE DIRFILE=<local-path>/Data/Satellite/ABI_data/Meso1/OR_ABI*'
Type: IMGLIST DORIAN/M1.1 3
Image file directory listing for:DORIAN/M1
Pos Satellite/ Date Time Center Band(s)
sensor Lat Lon
--- ------------- ------------ -------- ---- ---- ------------
1 GOES-16 3 SEP 19246 18:00:25 28 79 2
2 GOES-16 3 SEP 19246 18:01:22 28 79 2
3 GOES-16 3 SEP 19246 18:02:22 28 79 2
|
Type: IMGLIST DORIAN/M1.ALL DAY=19246 TIME=18:01:00 18:05:00
IMGLIST DORIAN/M1.ALL DAY=19246 TIME=18:01:00 18:05:00
Image file directory listing for:DORIAN/M1
Pos Satellite/ Date Time Center Band(s)
sensor Lat Lon
--- ------------- ------------ -------- ---- ---- ------------
2 GOES-16 3 SEP 19246 18:01:22 28 79 2
3 GOES-16 3 SEP 19246 18:02:22 28 79 2
4 GOES-16 3 SEP 19246 18:03:22 28 79 2
5 GOES-16 3 SEP 19246 18:04:22 28 79 2
|
Type: IMGDISP DORIAN/M1.1 1
Notice that the bottom of the image has an annotation line which lists the frame number, satellite type, sensor source, Gregorian date, Julian date, UTC time, upper-left corner image line and element, and resolution. Note the Note the resolution of 1.0, this is the base resolution (best) of the satellite, so it lists 1.0, not 0.5 in the frame label. Run the following command to confirm this:
Type: IMGLIST DORIAN/M1.1 1 FORM=ALL
Type: FRMLIST
Information about the frame number, sensor source, band, date, time, and ADDE dataset/position number is displayed for the image.
FRMLIST
Frame Satellite
[panel] Sensor Band Date Time Data Source
--------- ------------ ---- ------------ -------- -----------------------------
1[1] GOES-16 2 03 Sep 19246 18:00:25 DORIAN/M1.1
FRMLIST: Done
|
Type: IMGDISP DORIAN/M1.1 2 REPEAT=3;SF 2
The repeat factor is 3; therefore this entry displays three images in sequence, on frames 2, 3, and 4.
Type: Alt A
Type: Alt B
Type: ERASE I 2 4
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]