Parent Topic: DETAILS
In order to perform a solar zenith angle correction, AVHRRAD needs to set up transformation equations between the input image pixel coordinates and a Lat/Long coordinate system. This requires certain information in the text segment such as the satellite name (which is used to select the proper TLE orbital element data file), GCP values, and approximate starting scan date/time of the input image. Please see the DETAILS section of AVHRCOR for a more complete description of the process for setting up these transformation equations.
AVHRRAD performs a solar zenith angle correction by computing the value of each output pixel as follows:
PixelOut = PixelIn / cos(z)where z is the solar zenith angle corresponding to the center of the input pixel. The solar zenith angle, z, is a function of (Pixel,Line) coordinates in the input image. The output pixel is still a digital count value (just like the input pixel). Hence the output of a solar zenith angle correction can be supplied as input for a subsequent visible channel calibration.
Pixels in the input image which have a solar zenith angle greater than 85 degrees are considered invalid. Such pixels are not corrected. A report is given at the end of the correction process which indicates how many pixels were invalid and the bounding box encompassing the invalid pixels.