Commit Graph

341 Commits (84d39786400167059198c71ec8410e7bab868113)

Author SHA1 Message Date
CunrenLiang 84d3978640
minor updates 2020-05-13 16:39:41 -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 33ce327fe2
update input xml of alos2App.py, alos2burstApp.py 2020-05-11 18:12:01 -07:00
CunrenLiang aee2495367
improve ALOS-2 ionospheric correciton and geocode 2020-05-11 18:06:18 -07:00
CunrenLiang 28bb81ed03
improve ALOS-2 ionospheric correciton and geocode 2020-05-11 18:05:30 -07:00
Ryan Burns e68db01bf9
Merge pull request #89 from rtburns-jpl/cmake
Add CMake build system
2020-05-08 12:42:01 -07:00
Simon Kraatz fb7ad09211
pull request in response to rtcApp.py is incomplete #120 (#128)
* Update README.md
* Update runTopo.py
* Update rtcApp.py
* Update runNormalize.py
* Update SConscript
2020-05-06 15:04:58 -07:00
Zhang Yunjun 4282bb8e0a prepSlcALOS2: add --polarization to pass to unpackFrame* 2020-05-03 14:12:24 -07:00
Zhang Yunjun 6a78c4e6d6 skip filtering if --filter_strength <= 0
+ FilterAndCoherence: skip filtering if input filter strength <= 0 and use original phase for coherence estimation

+ Stack: do not add filt_ prefix to output file if input filter strength <= 0
2020-05-03 14:12:24 -07:00
Zhang Yunjun d494ae3924 Stack: adjust indentation 2020-05-03 14:12:24 -07:00
Zhang Yunjun 34fb0b66fa Stack: skip PU if input method is "no" 2020-05-03 14:12:24 -07:00
Zhang Yunjun d41ffb0ce9 stackStripMap: suppress matplotlib DEBUG msg 2020-05-03 14:12:24 -07:00
Heresh Fattahi c9dd735a7b
Merge pull request #125 from yunjunz/topo
stripmapStack/topo: call gdal2isce_xml.py inside runMultilook() if xml file missing
2020-05-03 09:22:50 -07:00
Ryan Burns 877ba1d05c Remove unused lib 2020-05-02 16:41:50 -07:00
Ryan Burns 4863c238e8 Merge branch 'master' into cmake 2020-05-02 16:40:26 -07:00
Ryan Burns fd963d3d21 Remove unused formslc includes 2020-05-02 16:30:10 -07:00
Minyan Zhong 4f0a2f551c add a gpu ampcor driver 2020-05-02 15:52:31 -07:00
Ryan Burns 536c191cb7 Revert "Disable primary scons job temporarily"
This reverts commit 786f205fe8.
2020-05-02 14:54:27 -07:00
Ryan Burns b0207a6e25 Use relative python module path 2020-05-02 14:45:18 -07:00
Ryan Burns 35bd54b690 Fix typo 2020-05-02 14:31:16 -07:00
Ryan Burns f20015e720 Test using isce2 application path 2020-05-02 14:09:07 -07:00
Ryan Burns 4b2e6bf9c3 Build verbosely 2020-05-02 13:57:59 -07:00
Ryan Burns 786f205fe8 Disable primary scons job temporarily 2020-05-02 13:57:05 -07:00
Ryan Burns 61547b604e Install to conda prefix 2020-05-02 13:42:00 -07:00
Ryan Burns b2ffc09638 Use conda ctest 2020-05-02 13:33:36 -07:00
Ryan Burns d8c772ea29 Disable failing tests 2020-05-02 13:27:12 -07:00
Ryan Burns 870c1c90ef Fix ctest workdir 2020-05-02 13:26:51 -07:00
Ryan Burns dcb46f96e9 Use python module dir 2020-05-02 13:13:52 -07:00
Ryan Burns 9f3ed02c89 Add fftwf to alos2filter libs 2020-05-02 13:05:12 -07:00
Ryan Burns c08f0b55ea Enable -fPIC for StdOEL common lib 2020-05-02 12:45:23 -07:00
Ryan Burns fec105055c Remove unused cython includedir logic 2020-05-02 12:38:32 -07:00
Ryan Burns 7cf564582a Merge branch 'master' into cmake 2020-05-02 12:32:20 -07:00
Ryan Burns 2caaede24c Add preliminary circleci config 2020-05-02 12:31:15 -07:00
CunrenLiang 62726a5714 update ALOS-2 ionospheric correction 2020-05-02 12:11:54 -07:00
CunrenLiang fba6542a10 update instructions in example input xml files 2020-05-02 12:11:54 -07:00
CunrenLiang c844d49b48 remove system calls 2020-05-02 12:11:54 -07:00
CunrenLiang 62e8abe85b fix the problem in downloading NASA DEM 2020-05-02 12:11:54 -07:00
Zhang Yunjun 8017039ecb topo: replace gdal_translate cmd call with gda.Translate()
+ add more print out message
2020-05-02 11:54:17 -07:00
Zhang Yunjun 08dfd9de21 topo: call gdal2isce_xml.py inside runMultilook() if xml file missing
+ topo: merge runMultilookGdal() into runMultilook() with new argument "method" to control to use isce Looks module (averaging) or gdal_translate (extraction; default, same as before).

+ topo: call gdal2isce_xml.py so that xml file for multilooked data are always generate. This fix the warning message from gdal_translate: "Warning 1: Geotransform matrix has non rotational terms"

+ topo: skip multilooking if the data file has vrt/xml file missing, which sometimes happens to incLocal and shadowMask (don't know the cause yet; I used GPU version).

+ crossmul/resampleSlc: re-organize module import at the top of scripts
2020-05-02 10:26:29 -07:00
Heresh Fattahi 9e7e090548
Merge pull request #113 from mirzaees/stack_runfiles
Stack runfiles
2020-05-02 10:13:25 -07:00
Zhang Yunjun 0b1b618363 gdal2isce_xml: move code from main() to sub-function
move the funcationality code from main() to a new function gdal2isce_xml() so that it can be called in a python way in other scripts, instead of using os.system().
2020-05-01 22:14:41 -07:00
Sara Mirzaee a24f0e99bf Merge branch 'stack_runfiles' of https://github.com/mirzaees/isce2 into stack_runfiles 2020-05-01 14:53:51 -05:00
Sara Mirzaee 08e3849945 looping over lines instead of reading the whole file 2020-05-01 14:45:48 -05:00
Sara Mirzaee fe097c906a add --rmFilter to stackSentinel.py 2020-05-01 14:44:59 -05:00
Ryan Burns 882df30eb6 Add rtcApp 2020-04-27 12:06:07 -07:00
CunrenLiang d22bf1048f enhanced merging for ALOS-2 ionospheric correction 2020-04-26 19:18:33 -07:00
CunrenLiang 9794a75f55 use FFTW to speed up filtering 2020-04-26 19:18:33 -07:00
sssangha e96a110221 Download of nasadem now supported in dem.py 2020-04-20 18:24:12 -07:00
sssangha be959c3b27 Download of nasadem now supported in dem.py 2020-04-20 18:24:12 -07:00