I would like to retrieve surface albedo from a sensor image. Therefore, I am trying to determine diffuse skylight fractions by interpolating from a Diffuse Skylight LUT.
Aerosol_type: Continental <-- input aerosol type
MODIS_Band_1: (0.620,0.670) < -- input wavelength range
S&O| 0.00 0.02 0.04 0.06 0.08 0.10 ... 0.94 0.96 0.98 <---Total atmosphere Optical thickness (O),
_____________________________________________________________
0 |0.029 0.042 0.055 0.067 0.079 0.091 ... 0.465 0.472 0.478
1 |0.029 0.042 0.055 0.067 0.079 0.091 ... 0.465 0.472 0.478
2 |0.029 0.042 0.055 0.067 0.079 0.091 ... 0.465 0.472 0.478
3 |0.029 0.042 0.055 0.067 0.079 0.091 ... 0.465 0.472 0.478
4 |0.029 0.042 0.055 0.067 0.079 0.092 ... 0.466 0.472 0.479
5 |0.029 0.042 0.055 0.067 0.080 0.092 ... 0.466 0.473 0.479
6 |0.029 0.042 0.055 0.067 0.080 0.092 ... 0.467 0.473 0.479
. |
. |
. |
. |
89 |0.895 0.957 0.983 0.993 0.997 0.999 ... 1.000 1.000 1.000
90 | 0.00 0.000 0.000 0.000 0.000 0.000 ... 0.000 0.000 0.000
^
solar incident zenith
O = aerosol.depth.at550nm(visability=20km) + molecular_depth(wavelength)
Thanks and look forward to your advice.