| What is alphablending? |
| Alphablending is used in situations where a semi-transparent image is overlaid onto another image.
Assuming that the transparency of any given pixel has been defined, the equation for alphabending is simply: NewImage[i] = BaseImage[i] + Alpha[i]*TopImage[i] where i is the pixel index. This process can be repeated as many times as one wishes. |
| How is transparency determined? |
| Transparency can be defined in any way one wishes. In the case of the Wildfire ABBA imagery transparency is defined by the albedos and brightness temperatures associated with the radiance measured by the GOES satellites. Visible image pixels with an albedo of less than 6% are considered transparent, while albedos greater than 12% are considered opaque. The transparency between 6% and 12% is linearly scaled from 0% to 100%. For the infrared component (GOES Imager channel 4) brightness temperatures warmer than 280K are transparent and those colder than 250K are opaque. |
| What is modified alphablending? |
| The modified alphablending used for the Wildfire ABBA imagery involves doing alphablending twice, once with a GOES visible image and once with a GOES infrared image. The process is not as simple as just repeating a second blend, however. The visible data contains far more detail than the infrared data, and thus high, cold clouds tend to be washed out when both channels are blended together. A second parameter, called beta, is passed to the alphablending routine that reduces the contribution of the IR when the visible component is opaque. A beta value of 0.5 means, for instance, that the IR contribution is reduced by 50%. This allows the details of colder clouds to show through when visible information is available. |
| How does the modified alphablending handle night? |
| The same parameters are used for day and night. The infrared band does not change appreciably (as far as clouds are concerned) during that time frame. As for the visible data, at night one generally sees zero albedos, and thus no changes are made. Noise can and does affect the images, but that can happen at any time. |