sen2nbar.kernels.kvol¶
- sen2nbar.kernels.kvol(sun_zenith: Any, view_zenith: Any, relative_azimuth: Any) Any[source]¶
Computes the Volumetric Kernel (Kvol).
The mathematical formulation of Kvol, also known as RossThick Kernel (KRT), can be found in Equation 38 of Lucht et al., 2000 [1].
- Parameters:
sun_zenith (Any) – Sun Zenith angles in degrees.
view_zenith (Any) – Sensor Zenith angles in degrees.
relative_azimuth (Any) – Relative Azimuth angles in degrees.
- Returns:
Volumeric Kernel (Kvol).
- Return type:
Any
References