McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Image file directory listing for:RTGOESR/FD Pos Satellite/ Date Time Center Res (km) Image_Size sensor Lat Lon Lat Lon --- ------------- ------------ -------- ---- ---- ----- ----- ------------ 192 GOES-16 17 SEP 19260 10:00:18 0 75 Band: 2 0.64 um VIS clouds fog, insol, winds 0.50 0.50 21696 x21696 191 GOES-16 17 SEP 19260 09:50:18 0 75 Band: 2 0.64 um VIS clouds fog, insol, winds 0.50 0.50 21696 x21696 Image file directory listing for:TI Pos Satellite/ Date Time Center Res (km) Image_Size sensor Lat Lon Lat Lon --- ------------- ------------ -------- ---- ---- ----- ----- ------------ 4 GOES-16 17 SEP 19260 09:50:18 39 77 Band: 2 0.64 um VIS clouds fog, insol, winds 3.12 3.12 480 x 640 |
Notice that the remapped 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.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]