Part 2—Import, Animate, and Measure Sea Ice
Step 1 – Launch ImageJ and Import the Sea Ice Data


Thanks to an efficient satellite connection to the Internet (and some nimble students), the team downloads the sea ice images to their local computers. They animate the images to show the changes in seasonal sea ice extents over the past 30 years and excitedly share what they see in the changing "seasons of ice." The elders in their village have said that in recent years, the ice is leaving earlier each spring and returning later each fall. The satellite images they see on their computers confirm native knowledge!
- Launch ImageJ by double-clicking its icon
on your desktop (Mac or PC) or by clicking the icon in the dock (Mac) or the Start menu (PC).
- From ImageJ's main menu choose File > Import > Raw, then navigate (browse) down inside the folder of data until you see the monthly folder.
- Click once on the first file in the folder to select it, then click Open.
- In the dialog box that appears, set the fields as shown in the image below.
Some notes about importing sea-ice data sequences:
- If you choose to explore sea ice images for the Southern Hemisphere, use a width of 316 pixels and a height of 448 pixels
- All fields to be imported must be in the same directory or folder.
- File names for the fields should be such that they are imported into ImageJ in the appropriate order: ImageJ reads in by alphanumeric order, so to import sequentially by time, the file names should have YYYYMMDD order for the date.
- Click OK and wait for ImageJ to import all 333 fields. This is a large amount of data so it may take a minute or so.
- Save your stack by choosing File > Save As > Tiff... from ImageJ's menu bar. Name it sea-ice_extents.tif
Step 2 – Apply a Color Scale (Look-Up Table) to the Images
The fields will come in as grayscale images. Adding a color scale that differentiates between ice and water will help you visualize the extent of the sea ice. To begin, you will download and apply a color scale (also called a look-up table or LUT) prepared by Dr. Walt Meier.
- Right-click (control-click on a Mac) on the link below and select the "Save link as..." option from the pulldown menu. Save the file to your Sea Ice folder or directory as a .txt file.
Sea Ice Look Up Table (LUT) (Text File 4kB Jun21 07) Note: if this link opens into your browser, click your Back button and try again. You need to download the file to your own computer to use it. - In ImageJ, select File > Import > LUT and navigate to where you saved the LUT file. Select the file and click open.
- Column 1 = Red (R)
- Column 2 = Green (G)
- Column 3 = Blue (B)
- 0 = no intensity, 255 = maximum intensity for the given color, e.g.:
- RGB = 0,0,0 for white
- RGB = 255,255,255 for black
- RGB = 255,0,0 for red