RT1
- class rt1_model.RT1(V=None, SRF=None, int_Q=True, sig0=True, dB=True, fn_input=None, fnevals_input=None, I0=1.0)
Main class to perform RT-simulations.
- Parameters:
V (
rt1_model.volume.VolumeScatterobject) – The volume-scattering phase function to use.SRF (
rt1_model.volume.SurfaceScatterobject) – The surface-scattering phase function (BRDF) to use.sig0 (bool) – Indicator if sigma0 (True) or intensity (False) values should be calculated.
dB (bool) – Indicator if results are returned in dB (True) or linear units (False). The default is True.
int_Q (bool (default = True)) – Indicator whether the interaction-term should be calculated or not.
fn_input (array_like(sympy expressions), optional (default = None)) – Optional input of pre-calculated array of sympy-expressions to speedup calculations where the same fn-coefficients can be used. If None, the coefficients will be calculated automatically at the initialization of the RT1-object.
fnevals_input (callable, optional (default = None)) – Optional input of pre-compiled function to numerically evaluate the fn_coefficients. if None, the function will be compiled using the fn-coefficients provided. Note that once the fnevals functions are provided, the fn-coefficients are no longer needed and have no effect on the calculated results!
I0 (array-like (float)) – Incident intensity. (Only relevant if sig0 = False) The default is 1.
Methods
|
|
|
A widget to analyze a given (monostatic) RT1 model specification. |
|
A widget to analyze the 3D scattering distribution of a selected RT1 specification. |
|
Calculate all model components and return result. |
|
Numerical evaluation of the interaction-contribution. |
|
Return the jacobian of the total backscatter (without interaction contribution). |
|
Set bistatic evaluation geometry. |
|
Set the used (dynamic) incidence-angles when evaluating the model. |
|
Set monostatic evaluation geometry. |
|
Numerical evaluation of the surface-contribution. |
|
Update the numerical values used for the model parameters. |
|
Numerical evaluation of the volume-contribution. |
Attributes
Normalization factor for the surface BRDF. |
|
Fraction of bare-soil (e.g. signal with no attenuation due to vegetation). |
|
Single scattering albedo of the volume scattering layer. |
|
Incident azimuth angle. |
|
Exit azimuth angle. |
|
A dictionary that is used to assign numerical values to the free parameters of the model. |
|
Incident zenith angle. |
|
Exit zenith angle. |
|
Optical depth of the volume scattering layer. |