McIDAS Learning Guide
Version 2008
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
| 
 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.32  3.61  1337 x 1604
 
 Image file directory listing for:TI                                        
  Pos Satellite/         Date       Time      Center      Res (km)   Image_Size
      sensor                                 Lat  Lon    Lat   Lon              
  --- -------------  ------------  --------  ---- ----  ----- ----- ------------ 
    1  GOES-7        13 MAR 93072  18:01:00    42   78                           
     Band: 1   0.65 um Daytime cloud detection           2.99  2.99  2347 x 2392  
                                              | 
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.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]