set_bistatic
- RT1.set_bistatic(t_0=None, t_ex=None, p_0=None, p_ex=None)
Set bistatic evaluation geometry.
Bistatic geometry means that incidence- and exit angles can be arbitrary.
- Parameters:
t_0 (int, float, optional) – A fixed value to use for the corresponding angle to speed up symbolic calculations. If None, the angle is evaluated as a dynamic variable that can be set via
set_geometry(). The default is None.t_ex (int, float, optional) – A fixed value to use for the corresponding angle to speed up symbolic calculations. If None, the angle is evaluated as a dynamic variable that can be set via
set_geometry(). The default is None.p_0 (int, float, optional) – A fixed value to use for the corresponding angle to speed up symbolic calculations. If None, the angle is evaluated as a dynamic variable that can be set via
set_geometry(). The default is None.p_ex (int, float, optional) – A fixed value to use for the corresponding angle to speed up symbolic calculations. If None, the angle is evaluated as a dynamic variable that can be set via
set_geometry(). The default is None.