Home

Awesome

Windows_build Ubuntu_build Coverage Status pypi version Documentation Status DOI

RT1 - bistatic scattering model for first order scattering of random media


[!CAUTION] This package is superseeded by a TUW-GEO/rt1_model!
(TUW-GEO/rt1_model provides similar functionalities but with a simplified and more robust API)


The package implements a first order scattering radiative transfer model for random volume over ground as documented in Quast & Wagner (2016) and Quast, Albergel, Calvet, Wagner (2019)

The documentation of the package is found here. (Note that the documentation is still under construction.)

Overview of the RT1 python-module structure

RT1_overview

Usage

Any usage of this code is subject to the following conditions:

❗ Full compliance with the license (see LICENSE file) is given
❗ In publications or public presentations, credit should be given to the authors by:

Installation

For a basic install, the following line should be fine:

pip install rt1

In order to get a significant speedup in the symbolic computations and enable NetCDF functionalities, it is recommended to install the module with the optional dependencies symengine and xarray by using:

pip install rt1[full]

References