From eba2f8797bea17c500518a71c705f4f8a33e72ec Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 7 Apr 2019 11:53:29 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8038cf..008984c 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# pyaps3 \ No newline at end of file +# pyaps3 + +PYAPS3 + +Python 3 Atmospheric Phase Screen + +This python 3 module estimates differential phase delay maps due to the stratified atmosphere for correcting radar interferograms. It is rewritten in Python 3 language from PYAPS source code and adapted for ECMWF's ERA-5 corrections. The metholody and validation of DelayPackage can be found in: +Jolivet, R., R. Grandin, C. Lasserre, M.-P. Doin and G. Peltzer (2011), Systematic InSAR tropospheric phase delay corrections from global meteorological reanalysis data, Geophys. Res. Lett., 38, L17311, doi:10.1029/2011GL048757. + +Warning: PyAPS3 could not work with NARR and MERRA weather models. Feel free to modify these parts of the code. + +Examples in the example directory.