From 852b3fc9ffd6b8ecabff6bde4d9b0f805eb0221a Mon Sep 17 00:00:00 2001 From: Zhang Yunjun Date: Sun, 20 Jun 2021 14:05:12 -0700 Subject: [PATCH] topsStack/README: update aux_cal download cmd for the ESA link change + update wget cmd to update aux_cal file due to the ESA link change + fix typo in the dem.py command --- contrib/stack/topsStack/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/stack/topsStack/README.md b/contrib/stack/topsStack/README.md index 09066f9..d285034 100644 --- a/contrib/stack/topsStack/README.md +++ b/contrib/stack/topsStack/README.md @@ -37,7 +37,7 @@ The following calibration auxliary (AUX_CAL) file is used for **antenna pattern Run the command below to download the AUX_CAL file once and store it somewhere (_i.e._ ~/aux/aux_cal) so that you can use it all the time, for `stackSentinel.py -a` or `auxiliary data directory` in `topsApp.py`. ``` -wget https://aux.sentinel1.eo.esa.int/AUX_CAL/2014/09/08/S1A_AUX_CAL_V20140908T000000_G20190626T100201.SAFE/ --no-check-certificate --recursive --level=1 --cut-dirs=4 -nH +wget https://qc.sentinel1.groupcls.com/product/S1A/AUX_CAL/2014/09/08/S1A_AUX_CAL_V20140908T000000_G20190626T100201.SAFE.TGZ ``` #### 1. Create your project folder somewhere #### @@ -53,7 +53,7 @@ Download of DEM (need to use wgs84 version) using the ISCE DEM download script. ``` mkdir DEM; cd DEM -dem.py -a stitch -b 18 20 -100 -97 -r -s 1 –c +dem.py -a stitch -b 18 20 -100 -97 -r -s 1 -c rm demLat*.dem demLat*.dem.xml demLat*.dem.vrt cd .. ```