HG_nadirnorm
- class rt1_model.surface.HG_nadirnorm(t=None, **kwargs)
Nadir-normalized HenyeyGreenstein scattering function.
Abstract base class for use as surface scattering distribution.
R.Quast, C.Albergel, J.C.Calvet, W.Wagner, A Generic First-Order Radiative Transfer Modelling Approach for the Inversion of Soil and Vegetation Parameters from Scatterometer Observations, Remote Sensing (2019), doi:10.3390/rs11030285
- Parameters:
t (float) – Asymmetry parameter (must be in the range -1 < t < 1).
ncoefs (int) – Number of coefficients used for the Legendre-approximation.
a ([ float , float , float ] , optional (default = [1.,1.,1.])) – Generalized scattering angle parameters used for defining the scattering angle of the distribution function. For more details, see: https://rt1-model.rtfd.io/en/latest/theory.html#equation-general_scat_angle
Methods
|
|
|
Calculate numerical value of the scattering function. |
|
Generalized scattering angle with respect to the given zenith-angles. |
|
Legendre-expansion of the scattering distribution function. |
Attributes
Legendre coefficients of the BRDF. |
|
The number of coefficients used in the legendre expansion. |
|
Define Phase function as sympy object. |
|
The generalized scattering angle as a sympy expression. |