Example image: (Resizable pop-up)
Eddies in the Somali Current
(87K)).
Downloads:
Images and tools
Lesson
(HTML pages)
References:
Links to more information
Useful information: (Resizable pop-ups)
Western Indian Ocean currents
The Somali Current system
AATSR
AATSR Flags
MERIS L2 Flags
|
In this final section, you will examine MERIS Level 2 chlorophyll data and interpret it in the light of the SST and SSHA data examined earlies
The process is very similar to that used to open, mask and resample the AATSR data, so if in doubt about how to do something, refer back to section 6.1.
Opening and masking a MERIS L2 image
MERIS level 2 image files also contains flags indicating whether a pixel is cloud, land or sea.
You can find more information about them in
MERIS L2 Flags.
The flags are used with the temperature data to select pixels containing valid SST measurements.
Open the MERIS image MER_RR__2PRBCM20040220~.N1.bz2 to displays the N1 file structure.
On the left hand side choose Bands, select the algal_data and the
l2_flags bitmask, and open them connected.
Accept the defaults in the Extract and Redisplay dialog to open the full image.
The image also includes cloud and land data, so we will use a formula to mask these. Open mer2water.frm and examine its content. Make sure you understand how it works.
Apply the formula to the stack to create a new masked image. Save this as MER_2P_20040220m.dat.
Apply a palette, for example rainbow_minblack.pal.
Choose View > Coord from the menu bar to display the coordinates.
| |
Question 1.
|
a)
|
At a first glance, where do you find the highest chlorophyll concentrations?
|
b) |
How does this compare with the regions of high and low SST in the AATSR image from the same date? Can you see the eddies in the chlorophyll data?
|
As you can see there several areas with scattered cloud in the MERIS image. The formula has masked those classed as 'cloud' during processing, but if you zoom in to one of these regions, for example around 49°E, 4°N, you will see that several pixels remain where the chlorophyll values are either too high or too low compared to the surrounding cloud free areas. This is caused by subpixel cloud, which was not sufficient for the pixel to be classified as cloud. However, they are clearly wrong, and must be removed before creating a composite.
In addition to the classification flags, MERIS L2 data also contains a number of quality flags, mostly raised during atmospheric correction. Use the table of MERIS flags from the side bar to look at these in more detail.
The confidence flag for the chlorophyll product is PCD_15. You can use a formula to mask pixels where this flag indicates that the chlorophyll data is suspect.
Open mer2water_not_pcd_15.frm and examine its content. Compare it to the earlier formula and note the differences. Make sure you know how it works.
Apply the formula to the stack of original algal_1 and l2_flags. Save the result as MER_2P_20040220m_15.dat.
Apply the same palette and Redisplay stretch as for the first masked image, and use View > Coords to set these.
Tile the two images side by side (minimise the stack and formulas and choose Window > tile vertical) so you can compare them.
| |
Question 2.
|
a) |
What are the main changes after applying the PCD_15 flat?
|
b) |
To what extent has this flag solved the problem of sub-pixel cloud?
|
Using TOA data to aid interpretation
It is often helpful to have the top of atmosphere (level 1) data available to aid interpretation, and understand the problems associated with anomalous chlorophyll values. The MERIS image MER_RR__1PRBCM20040220_~.N1.bz2 corresponds to the chlorophyll image you have just opened. To display the TOA data as a colour composite you have to:
Open the image and select the Bands folder in the left pane.
Open radiance_2, radiance_5 and radiance_7 as connected images. (These are the MERIS bands broadly corresponding to blue, green and red, respectively).
Tab to band 7 (red) and type 1 on the keyboard to change its location to @1. Find band 5 and change its location to @2.
From the menu bar select Image > Composite to display the colour image.
Select View from the menu bar and uncheck the colour bars (you don't need them).
Give the image an Autolinear or Equalize Redisplay stretch to display land and ocean more clearly.
Tile the image with the chlorophyll data and choose a Zoom that allows you to compare them.
| |
Question 3.
|
a) |
Based on the appearance of the TOA composite, what would you say is the reason form PCD_15 masking the right side of the image?
|
b) |
How do the areas with subpixel cloud appear in the TOA image compared to water and cloud? How can this explain the difficulty in masking these pixels as cloud?
|
Comparing the MERIS and AATSR composites
To speed up the creation of composite MERIS images for comparison between the chlorophyll and sea surface temperature data, a set of resampled chlorophyll images have been prepared for you. This may be turned into two composites, each of 9 images, which approximately match the time period of the corresponding weekly composites of AATSR data.
Open the Bilko set mer_2P_20040210_20040229.set, accepting the default Extract window, and make sure the Null value is set to 0 and the box is checked. (The mean formula requires the null values to be set to avoid the 0s being included in the mean value).
Open the formula mean_all.frm and modify it to select the first 9 images (i<=9).
Apply it to the stack to create the first composite.
Open the formula View > Coordinates from the menu bar before saving the image with a suitable name.
Repeat to create a similar composite from the last 9 images in the set.
Give both images a suitable stretch, and apply the rainbow palette.
As you can see, the scattered cloud in the area gives the images a 'salt-and-pepper' appearance, even in these composites. You can reduce this and see the images better if you apply median filter. Here is how:
First open set the filter options to make sure they are what you want:
-
From the menu bar select Image > Filter > Options
-
When the Options dialog opens make sure the first 3 boxes are checked,
-
set the Type of the filtered image to Same as unfiltered,
-
set the Output Nulls t to Nan/Min, and
-
finally set the Null Threshold % to 30
to fill the central pixel withe the filter output if more than 30% of the pixels in the window are valid.
-
Click OK to apply these options to any future filter operations.
Note that you can also set these options in a formula document if you use this to apply a filter. See Bilko Help for how to do this.
The filter fills gaps based knowing where the Null values are, so check the Redisplay stretch to make sure Nulls are set to 0.
To apply the filter, you first need to select the region to filter, in this case the whole image: [CTRL+A] will select All.
From the menu bar select Image > Filter > Median , set the Filter Size to 3 rows by 3 columns, and click OK.
Save the filtered images with a suitable name, and adjust the stretch of each if you wish (e.g. Min=20, Max=200).
You are now ready to compare the MERIS and AATSR data from the two periods.
|