CunrenLiang
1eaa62a459
ionospheric phase estimation module for topsStack ( #326 )
...
* ionosphere correction for topsStack
* Update README.md
* Update Alos2ProcPublic.py
* Update Stack.py
Currently the script writes the `invertIon.py` command pointing to 'ion' and writing to 'ion_dates'. However we need the absolute paths in order to find the 'ion' directory from within the run_files directory (similar to how the `computeIon.py` function is written at l.1488)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: Oliver Stephenson <ollie.stephenson@outlook.com>
2022-02-14 11:13:23 -08:00
CunrenLiang
89973d7631
Merge remote-tracking branch 'upstream/main' into main
2021-02-26 11:39:02 +08:00
Lijun Zhu
563568561d
change runDenseOffset(s) in Alos2Proc/TopsProc in accordance with updated PyCuAmpcor
2021-02-13 12:56:58 -08:00
CunrenLiang
59b2738c8c
Merge branch 'main' of https://github.com/CunrenLiang/isce2 into main
2020-11-23 20:13:41 -08:00
CunrenLiang
54626df56a
Update runIonSubband.py
...
use if false instead of commenting out codes
2020-11-23 20:13:33 -08:00
CunrenLiang
fd28d2e126
Update runIonFilt.py
...
delete functions not used
2020-11-22 20:44:52 -08:00
CunrenLiang
2637bb6a9e
Update runIonCorrect.py
...
remove author info
2020-11-22 20:36:18 -08:00
CunrenLiang
b341c669b0
Add files via upload
2020-11-07 16:06:02 -08:00
CunrenLiang
e9bd7edeb3
new alosStack application
2020-11-07 16:06:02 -08:00
CunrenLiang
0eda6428a9
updated filtering of ALOS-2 ionospheric phase
...
1. updated filtering of ionospheric phase
2. updated mosaicking of subswath subband interferograms.
2020-11-07 16:06:02 -08:00
Paul A Rosen
e03042f4e5
diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository
2020-07-02 12:40:49 -07:00
CunrenLiang
2b8fdb3acb
fix bug in baseline computation
2020-06-06 00:12:26 -07:00
CunrenLiang
1afdeed3c2
minor updates
2020-05-13 16:40:52 -07:00
CunrenLiang
708593b322
fixed a bug in radar dem matching
2020-05-13 09:54:54 -07:00
CunrenLiang
f0651a311c
fixed a bug in radar dem matching
2020-05-12 22:35:28 -07:00
CunrenLiang
aee2495367
improve ALOS-2 ionospheric correciton and geocode
2020-05-11 18:06:18 -07:00
Ryan Burns
7cf564582a
Merge branch 'master' into cmake
2020-05-02 12:32:20 -07:00
CunrenLiang
62726a5714
update ALOS-2 ionospheric correction
2020-05-02 12:11:54 -07:00
CunrenLiang
c844d49b48
remove system calls
2020-05-02 12:11:54 -07:00
CunrenLiang
d22bf1048f
enhanced merging for ALOS-2 ionospheric correction
2020-04-26 19:18:33 -07:00
Ryan Burns
81b54197e6
Merge branch 'master' into cmake
2020-04-13 14:34:14 -07:00
Ryan Burns
23f2ffaa1e
Use exist_ok argument to makedirs when appropriate ( #112 )
...
@falkamelung noted a race condition in #106 due to non-atomic directory
checking followed by os.makedirs. This pattern exists in many places
in the codebase so I went ahead and replaced the rest of them.
The new exist_ok usage should be terser and more idiomatic.
2020-04-13 12:40:32 -07:00
Ryan Burns
85519c498d
Merge commit 'f95a912' into cmake
2020-04-08 11:56:56 -07:00
CunrenLiang
f95a912462
ALOS-2 multi-mode InSAR and ionospheric correction processors ( #107 )
...
* Add files via upload
* updated tutorials and example input files
* add permissions
* add executable permission
* add executable permission to ALOS-2 applications
2020-03-28 19:19:21 -07:00