Skip to content

Commit

Permalink
Merge pull request #94 from TUW-GEO/dev
Browse files Browse the repository at this point in the history
merge for v1.1.9
  • Loading branch information
raphaelquast committed Jul 2, 2020
2 parents 24ed943 + f77d1af commit 365c66c
Show file tree
Hide file tree
Showing 11 changed files with 1,407 additions and 764 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,36 @@ The documentation of the package is found [here](http://rt1.readthedocs.io/).

- **rt1.rtfits**

- a flexible interface for (parallelized) least-squares fitting
- 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 phase-functions
- a collection of useful surface- and volume scattering functions



## Usage
Any usage of this code is subject to the following conditions
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
- 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

- citing the references below

- pointing to this github repository

## Installation
For a basic install, the following line should be fine:
Expand Down
2 changes: 1 addition & 1 deletion rt1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Import module for RT1 module
"""

__version__ = '1.1.8'
__version__ = '1.1.9'
__author__ = 'Raphael Quast'
Loading

0 comments on commit 365c66c

Please sign in to comment.