McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
In addition to displaying loops in the Image Window, you can also create briefing windows to view saved loops. Each briefing window can display a frame or loop different from those currently shown in the Image Window or other briefing windows.
In this exercise, you will display a sequence of GOES-16 visible and infrared image with the same geographical coverage. You will then create two briefing frames, so that you can view the images at the same time.
Type: ERASE G 1 6
Type: IMGDISP G16FD.50 1 LATLON=30 81 BAND=2 MAG=-4 SF=YES
Type: IMGDISP G16FD.51 2 LATLON=30 81 BAND=2 MAG=-4; IMGDISP G16FD.52 3 LATLON=30 81 BAND=2 MAG=-4
Type: IMGDISP G16FD.50 OPP LATLON=30 81 BAND=13 REPEAT=3
You are using the same coordinates, 30° N and 81° W, to load the images. MAG=-4 used with the visible display will blowdown band 2 to the same domain as the band 13 images. The repeat factor 3 displays three images in sequence, on frames 11, 12, and 13. Note: When using opposite frames on a session other than 20 frames, the opposite frame numbers may vary.
Type: LS 1-3
Type: DR 5
Press: Alt L
You should see the loop of the GOES-16 visible images on frames 1 through 3.
Press: Alt O
You should see the loop of the GOES-16 infrared images on frames 11 through 13.
Save the file BRIEF.SYNC in your $HOME/mcidas/data directory as a text file.
Type: SYNC BRIEF.SYNC
Close the briefing windows by clicking on the upper-left corner menu bar, and selecting CLOSE from the window menu.
Type: EXIT
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]