fnemina / pyOSOAA

pyOSOAA is a python interface for the Ocean Successive Orders with Atmosphere - Advanced (OSOAA) radiative transfer.
GNU General Public License v3.0
20 stars 6 forks source link

convert np.cos(np.pi*view/180.0) to np.cos(np.pi*s.ang.thetas/180.0) #34

Closed ghost closed 4 years ago

ghost commented 4 years ago

The conversion from normalized radiance (calculated by OSOAA) to reflectance is done by dividing the normalized radiance by cos(SZA) with SZA is the Solar Zenith Angle. In your routine, it seems the division is done by the cosine of the viewing angle. Thanks.@blafranc