wpreimes / rt1

A first order radiative transfer model for soil- and vegetation related parameter retrievals from radar-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Documentation Status Coverage Status pypi version DOI

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

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.)

  • rt1.rt1

    • generic implementation of radiative transfer calculations for a random volume over ground

    • symbolic evaluation of first-order interaction contribution estimates

  • rt1.rtfits

    • a flexible interface to perform parameter estimation for incidence-angle dependent data-timeseries via non-linear least-squares fitting routines.

    • integrates with a set of pre-defined plot-functions and interactive widgets that can be used to quickly analyze the obtained results

  • rt1.rtprocess

    • a versatile interface to setup and run parallelized processing
  • rt1.rtparse

    • a configparser to set up processing-routines via .ini files
  • rt1.volume and rt1.surface

    • a collection of useful surface- and volume scattering functions

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:

    • citing the references below

    • pointing to this github repository

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, it is recommended to install the module with the optional symengine-dependency, i.e.:

pip install rt1[symengine]

References

About

A first order radiative transfer model for soil- and vegetation related parameter retrievals from radar-data

License:Apache License 2.0


Languages

Language:Python 100.0%