You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREFL uses taur = self._tau * np.exp(-self._height / SCALEHEIGHT) to fix rayleigh optical depth on given altitude. What about reflectance here in pyspectral? Any way to approach it?
CREFL uses
taur = self._tau * np.exp(-self._height / SCALEHEIGHT)to fix rayleigh optical depth on given altitude. What about reflectance here in pyspectral? Any way to approach it?