set_geometry
- RT1.set_geometry(**kwargs)
Set the used (dynamic) incidence-angles when evaluating the model.
- Parameters:
t_0 (array_like(float)) – Array of incident zenith-angles in radians.
p_0 (array_like(float)) – Array of incident azimuth-angles in radians.
t_ex (array_like(float)) – Array of exit zenith-angles in radians. Only relevant for bistatic geometry! (if geometry is ‘mono’, theta_ex is automatically set to t_0)
p_ex (array_like(float)) – Array of exit azimuth-angles in radians. Only relevant for bistatic geometry! (if geometry is ‘mono’, phi_ex is automatically set to p_0 + np.pi)
See also
set_monostaticUse monostatic evaluation geometry.
set_bistaticUse bistatic evaluation geometry.