Commit Graph

89 Commits (58f5044b92374a0cd471dd4e09908d3499f7421f)

Author SHA1 Message Date
Eric Jameson Fielding 58f5044b92 modified prepareUAVSAR_coregStack to support segment of stack 2019-05-05 23:31:27 -07:00
piyushrpt dcc642a3c5
Merge pull request #33 from pymonger/libuuid-libgfortran-fix
link to system version of libuuid and libgfortran
2019-04-18 20:05:38 -07:00
piyushrpt 6d6634ab99
Merge pull request #32 from piyushrpt/ersenvi
ERS_Envisat raw reader from Han Bao (UCLA)
2019-04-18 10:04:33 -07:00
Gerald Manipon 359ab771ba actual issue is missing libgfortran.so link in /lib64 2019-04-17 15:12:25 -07:00
Gerald Manipon ec27ebb129 try alternate method of linking to system-installed libgfortran 2019-04-17 12:24:37 -07:00
Gerald Manipon 12071e118a fix directory creation 2019-04-17 12:09:03 -07:00
Gerald Manipon 3471de1db6 link to system version of libuuid and libgfortran 2019-04-17 11:21:27 -07:00
piyushrpt e3c13f4e84 ERS_Envisat raw reader from Han Bao (UCLA) 2019-04-16 19:36:34 -07:00
piyushrpt 9f47f82c09
Merge pull request #30 from piyushrpt/circleci
Bare minimum Circle CI
2019-04-16 15:19:28 -07:00
piyushrpt a7d2f8a807 bare minimum ci 2019-04-05 22:09:50 -07:00
piyushrpt 2b1f2d8b82 Adding circleci config 2019-04-05 09:56:02 -07:00
piyushrpt 4c277e354c
Merge pull request #29 from piyushrpt/sicd
Adding left looking support to SICD
2019-04-04 15:08:38 -07:00
piyushrpt f788151a79 Adding left looking support to SICD 2019-04-04 12:01:56 -07:00
Heresh Fattahi e905fb211a
Merge pull request #28 from mgovorcin/master
ERS_EnviSAT_SLC.py
2019-04-04 11:51:49 -07:00
mgovorcin 1455595a29
Update ERS_EnviSAT_SLC.py 2019-04-04 09:40:09 +02:00
Heresh Fattahi b18e6ad763
Merge pull request #25 from yunjunz/stripmapStack
stripmapStack: expose --filter_strength and --dual2single options
2019-03-24 11:18:11 -07:00
Zhang Yunjun b728e603e3 stackStripMap: raise exception for ionosphere workflow if --fbd2fbs detected
stackStripMap: check fbd2fbs setting for ALOS-1 data if ionosphere workflow is chosen, and raise Error.

prepRawALOS: sort files in run_unPack script.
2019-03-24 12:57:26 -04:00
Zhang Yunjun b062a6a150 stripmapStack: expose --filter_strength option in stackStripMap
expose the -f / --filter_strength option in the parser to user so that one is able to change the filtering strength. Default is setted as the hardwired value - 0.8, so previous setting won't be affected.
2019-03-22 14:38:31 -04:00
Zhang Yunjun 711e67ef30 stripmapStack/prepRawALOS: add --dual2single option
Add --dual2single option to resample the FBD acquisitions to FBS mode, to better support regular interferometry. Default is off, so all previous setting won't be affected
2019-03-22 14:38:31 -04:00
piyushrpt 79b5ad3a49
Merge pull request #23 from yunjunz/topsStack
topsStack/Stack: fix typo in the config file for unwrap with SNAPHU
2019-03-22 09:50:27 -07:00
piyushrpt 5da07eddbd
Merge pull request #24 from pymonger/master
initial implementation of docker scripts
2019-03-22 09:49:45 -07:00
Gerald Manipon aec2712df0 update org to isce-framework; remove unused env 2019-03-22 13:54:11 +00:00
Gerald Manipon 4ae735060c initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
Zhang Yunjun 9dff89efbe topsStack/Stack: fix typo in the config file for unwrap with SNAPHU 2019-03-18 18:30:18 -04:00
piyushrpt 4ee7fa18d7
Merge pull request #22 from yunjunz/master
stack/saveKml: bug fixed for deprecated aspect normal in matplotlib
2019-03-14 20:52:40 -07:00
Zhang Yunjun 402ee00141 stack/*/saveKml: bug fixed for deprecated aspect normal in matplotlib imshow() 2019-03-13 12:38:13 -04:00
Heresh Fattahi 93c628d6af
Merge pull request #21 from yunjunz/gdal2isce_xml
gdal2isce_xml: bug fixed for print() when sch is NoneType
2019-03-13 08:18:47 -07:00
Zhang Yunjun 4a0c4e4d79 bug fixed for sch as NoneType 2019-03-11 19:10:06 -04:00
piyushrpt 7a4ba86f68
Merge pull request #19 from yunjunz/PIXEL_ALOS
stripmapStack: support ALOS filename that are not started with ALP
2019-03-11 09:45:12 -07:00
Zhang Yunjun 85df2bce15
stripmapStack/prepRawALOS: sort compressed file 2019-03-11 11:31:02 -04:00
Zhang Yunjun 8673550293 support PIXEL/ALOS1 .gz files
uncompressFile.py: support multiple sub-layers of folders uncompressing

prepRawALOS.py:
1. add get_ALOS_ALP_name() to support the compressed ALOS file that is not named with "ALP*", such as the ones from PIXEL
2. remove duplicated inputDir, outputDir and rmfile, as they are in the Namespace inps object already.
3. move the inputDir and outputDir abspath from main() to cmdLineParse()
4. basic formating adjustment
2019-03-09 17:43:19 -05:00
Zhang Yunjun 5e1ca080eb
Merge pull request #1 from isce-framework/master
update from upstream
2019-03-08 23:36:27 -05:00
piyushrpt bfbc555f41
Merge pull request #18 from juribeparada/devel
Add covariance file output for denseoffsets
2019-03-08 19:22:49 -08:00
piyushrpt ff71bd6ab8
Merge pull request #17 from piyushrpt/sicd
Working SICD reader for example RS2 data
2019-03-08 19:22:32 -08:00
Andy CA6JAU 9cb861c3d2 Remove scaling factor for SNR (DenseAmpcor) 2019-03-09 00:04:35 -03:00
Andy CA6JAU 14a725eeca Remove scaling factor from covariance 2019-03-08 23:12:54 -03:00
juribeparada c9391bd7d7 Add covariance output for denseoffsets 2019-03-08 19:07:41 -03:00
piyushrpt ddf2a260a2 Working SICD reader for example RS2 data 2019-03-07 22:37:03 -08:00
piyushrpt ef928ec99a
Merge pull request #16 from EJFielding/master
Correction to README about applications that require license.
2019-03-07 18:20:19 -08:00
Eric Jameson Fielding a15cd24331 fixed typing mistake 2019-03-07 17:28:02 -08:00
Eric Jameson Fielding 562639626b Added insarApp to "license required" section of README 2019-03-07 17:24:24 -08:00
piyushrpt 843c3f1b70
Merge pull request #15 from yunjunz/master
examples/input_files: remove .slc / .raw suffix for OUTPUT value
2019-03-04 15:23:57 -08:00
Zhang Yunjun 5e26cbfebc remove .slc / .raw suffix for OUTPUT value in example xml files
use "20091205" instead of "20091205.raw" or "20091205.slc" for the OUTPUT name for the example master/slave xml files, to be consistent with the Notebook/stripmapApp example. Otherwise, the current stripmapApp.py will throw an errror.
2019-03-04 15:41:53 -05:00
piyushrpt 32121f52dc
Merge pull request #14 from juribeparada/devel
Image.py: fix typo
2019-03-04 12:05:29 -08:00
juribeparada ad5706864e Image: fix typo 2019-03-04 16:03:45 -03:00
Heresh Fattahi 8d268b1e11
Merge pull request #13 from yunjunz/master
topsStack: fix typo in s1a_isce_utils
2019-03-01 21:20:46 -08:00
Zhang Yunjun 1779c6e85c fix typo in topsStack/s1a_isce_utils.py 2019-03-01 20:20:12 -05:00
Bryan Riel 81ecb27e16
Merge pull request #12 from BryanRiel/rangeweight
Use correct raised-cosine filter for range weighting.
2019-02-26 16:24:44 -08:00
Bryan Riel 5735204193 Use correct raised-cosine filter for range weighting. 2019-02-26 14:21:48 -08:00
Heresh Fattahi ce0e4ca80c Merge pull request #10 from juribeparada/devel
StripmapProc: fix typo
2019-02-20 13:22:10 -08:00