Sara Mirzaee
ef938691bf
gdal2isce_xml.py: correct gdal multilook scheme for los
2021-09-29 10:30:06 -05:00
Bryan Marfito
d1d6b090ab
Replaced logger.warn to logger.warning, changed *.hgt* to *.hgt and updated RelaxIV download link ( #332 )
...
* Replace logger.warn to logger.warning
* Changed *.hgt* to *.hgt
* Updated link for downloading RelaxIV
* Update README.md
2021-09-09 11:05:12 -07:00
CunrenLiang
0f92b1ae83
add an option for masking out islands in ionosphere computation ( #306 )
...
* add an option for masking out islands in ionosphere computation
* Update topsApp.py
add some comments for new parameter "areas masked out in ionospheric phase estimation"
2021-08-09 13:31:40 -07:00
Zhang Yunjun
44deb3991c
bugfix in geozero and warning fix in imageMath ( #318 )
...
* imageMath: fix numpy deprecation warn
* geozero: bugfix for missing lookSide
2021-07-24 10:31:39 -07:00
CunrenLiang
a7b0287a0c
option for discarding burst properties in TOPS ionosphere estimation
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
Vincent Schut
c84509e2d1
implement noise correction parameter for rtcApp.
2020-10-19 09:47:24 -07:00
Zhang Yunjun
f14981341d
update system call of gdal2isce_xml with python interface
...
+ update os.system() call of gdal2isce_xml.py with the python function call, in stripmapStack/topo.py and applications/downsampleDEM.py
+ break the long lines in downsampleDEM.py for easy reading
2020-09-12 17:05:33 -07: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
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
Ryan Burns
7cf564582a
Merge branch 'master' into cmake
2020-05-02 12:32:20 -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
Ryan Burns
882df30eb6
Add rtcApp
2020-04-27 12:06:07 -07:00
sssangha
be959c3b27
Download of nasadem now supported in dem.py
2020-04-20 18:24:12 -07:00
Ryan Burns
34b1644956
Merge commit 'c92759a' into cmake
2020-04-08 12:03:59 -07:00
Ryan Burns
a4068b0f92
Merge commit 'ed30cba' into cmake
2020-04-08 12:01:11 -07:00
Ryan Burns
85519c498d
Merge commit 'f95a912' into cmake
2020-04-08 11:56:56 -07:00
Ryan Burns
4057a645a2
Merge commit '64768d4' into cmake
2020-04-08 11:05:14 -07:00
CunrenLiang
c92759a7db
minor updates to ALOS-2 tutorial and input files ( #111 )
...
* minor updates to ALOS-2 tutorial and input files
* replace the old wbd.py that cannot correct the missing tile problem
2020-04-07 22:55:51 -07:00
piyushrpt
ed30cbac42
Cleaning up scansar modules
2020-03-31 11:33:11 -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
Zhang Yunjun
82b46df741
dem.py: use abspath filename in xml after correction
...
+ dem.py: replace filename in xml file with abspath after geoid to ellipsoid correction
+ update README.md files in contrib/stack/*Stack, as fixImageXml.py is not needed anymore
+ fixImageXml: use native argparse mutually exclusive group for --full/--base options to replace checking with own code
2020-03-19 14:11:16 -07:00
vbrancat
3f01fd2f07
Modified algorithm for ionospheric phase estimation (polar regions)
2020-02-10 17:07:09 -08:00
vbrancat
d7444e83ca
Modified Ionospheric phase correction. It fixs previous version bugs and adds ionospheric phase correction facilities for grounded ice areas
2020-02-10 15:11:45 -08:00
Ryan Burns
dbeb7f5121
Remove old comment
2020-02-04 16:03:25 -08:00
Ryan Burns
81fee920ad
Add isce2 applications to $PATH
2020-02-03 17:52:44 -08:00
Ryan Burns
5d6a731753
Remove internal usage of ISCE_HOME env variable
...
ISCE_HOME was only used to get the location of the default logging config.
Lots of scripts were using boilerplate to set up this config, so I added
an `isce.logging` helper module which is the same as builtin python logging
but already has the configuration defaults set up for isce.
ISCE_HOME setup is retained in the toplevel `__init__.py`
but can now be removed without affecting functionality.
2020-02-03 14:01:57 -08:00
Ryan Burns
7274dbd2a4
Merge branch 'master' into cmake
2020-01-30 22:28:54 -08:00
Heresh Fattahi
0b3d49744d
fixing bug in naming interferogram without rubbersheeting
2019-12-26 23:02:35 -08:00
Ryan Burns
46fef17f39
Add CMake build system
...
This commit adds experimental CMake build support for ISCE2.
The only changes involved should be adding CMakeLists.txt files.
All current source files, headers, and other functionality, including
the existing SCons build system, should be unaffected.
Some functionality is still a work-in-progress.
These should all be marked as TODO in the CMakeLists.txt files.
`grep TODO **.txt`
Please read CMakeLists.txt and .cmake/*.cmake for more info.
2019-12-21 17:34:50 -08:00
vbrancat
31da6a36f4
Added runRubbersheetRange.py and runRubbersheetAzimuth.py, changed offset filling, moved flat-Earth removal to interferogram formation when rubber sheeting in range is on
2019-10-14 10:05:24 -07:00
Microwave Remote Sensing Laboratory
e15336cc5e
Add files via upload
...
couple edits to deal with receiving data as list (the command line/system call approach) versus receiving data passed as object
2019-09-30 15:31:04 -04:00
Microwave Remote Sensing Laboratory
74fdcbf657
Add files via upload
2019-09-30 15:25:51 -04:00
Microwave Remote Sensing Laboratory
64e2fdff0f
Add files via upload
...
updated posting
2019-09-26 15:20:35 -04:00
hfattahi
6ca61fb42b
adding UAVSAR_HDF5_SLC Sensor
2019-07-16 21:37:06 +00:00
Zhang Yunjun
4a0c4e4d79
bug fixed for sch as NoneType
2019-03-11 19:10:06 -04:00
Eric Gurrola
592befb882
Adding check on stanford license for information in __init__ and to stop processing
...
in insarApp.py and isceApp.py because of their dependencies on licensed code files.
2019-01-22 09:04:06 -08:00
Eric Gurrola
9f9a2b0805
Adding all files
2019-01-16 11:40:08 -08:00