利用下面这个公式可以对遥感图像进行大气校正,提到地表反射率acr,前提是遥感图像经过辐射定标,是辐亮度图像,而且单位必须是w/m2/sr/mic。 y=xa*(measured radiance)-xb;acr=y/(1.+xc*y)
************************************************************** * atmospheric correction result * * ----------------------------- * * input apparent reflectance: 0.269 * * measured radiance [w/m2/sr/mic] : 100.000 * * atmospherically corrected reflectance : 0.257 * * coefficients xa xb xc : 0.00419 0.15347 0.17212 * * y=xa*(measured radiance)-xb;acr=y/(1.+xc*y) * ***********************************************************