A major strength of McIDAS as a meteorological data analysis/display package is its ability to display and manipulate satellite images. In this lesson, you will use the IMGREMAP and IMGOPER commands to remap images and create new image products.
Image file directory listing for:GV4 Pos Satellite/ Date Time Center Res (km) Image_Size sensor Lat Lon Lat Lon --- ------------- ------------ -------- ---- ---- ----- ----- ------------ 3 GOES-7 13 MAR 93072 18:01:00 26 87 Band: 1 0.65 um Daytime cloud detection 4.0 4.0 1337 x 1604 Image file directory listing for:TI Pos Satellite/ Date Time Center Res (km) Image_Size sensor Lat Lon Lat Lon --- ------------- ------------ -------- ---- ---- ----- ----- ------------ 4 GOES-7 13 MAR 93072 18:01:00 41 78 Band: 1 0.65 um Daytime cloud detection 4.0 4.0 2274 x 1940
Notice that the second image now has a different center lat/lon and is a different size than the original image.
IMGOPER generates a new image by applying mathematical functions to data from one or more source images. The following equation computes the data value for each line/element pair in the destination image. This operation is performed repeatedly using data from source image line/element pairs as input values (input) until the entire image is completed.
output data value= | |
FUNC[ACON+(MCON*(FORM((COEF1*(OFF1+((SIGN1)*input1)**POW1)) | |
(COEF2*(OFF2+((SIGN2)*input2)**POW2)) . . | |
(COEFn*(OFFn+((SIGNn)*inputn)**POWn)))))] |
The part of the equation operating on a single input data value, (COEFn*(OFFn+((SIGNn)*inputn)**POWn)) , is referred to as a term. n represents the number of sdataset images. It may not be larger than 100. input1 . . n represents the individual data values from each of the source images. The FORM keyword determines how the terms are combined. For example, if you specify FORM=MULT, the terms are multiplied.