Commit Graph

403 Commits (1557a05b7b6a3e65abcfc32f89c982ccc9b65e3c)

Author SHA1 Message Date
Gerald Manipon 0bd95e230d truncate CIRCLE_SHA1 to match github 2019-05-09 18:53:07 +00:00
Gerald Manipon bdae7a2c8e use docker image 2019-05-09 18:20:49 +00:00
Eric J. Fielding 3dc6c727e4 Merge branch 'master' of https://github.com/isce-framework/isce2 into UAVSAR 2019-05-08 17:14:19 -07:00
Eric J. Fielding d267903d66 added back the "--text_cmd" command argument parsing 2019-05-08 17:07:16 -07:00
Eric Jameson Fielding 50703cb817 Modified stackStripMap and Stack.py to work with UAVSAR_STACK data 2019-05-08 15:05:08 -07:00
Gerald Manipon 1ca8fec597 use circleci workflows for test, docker build, and deploy to dockerhub
- renamed "build" job to "test" and created "test" workflow
  - will run on all pull requests and merges into master
- "build" job now builds isce docker container
- "deploy" job will deploy docker image to dockerhub at isce/isce2 (https://cloud.docker.com/u/isce/repository/list)
  - need to configure DOCKER_PASS and DOCKER_USER in "Build Settings" -> "Envrionment Variables" on circleci
- created "build-deploy" workflow to run "build" job then "deploy" job on merge of PR to master
- created "build-periodically" workflow to run "build-periodically" job then "deploy" job once a week
2019-05-08 09:19:05 -07:00
piyushrpt 70426ef532
Merge pull request #36 from mirzaees/fix_DeprecationWarning
fixed DeprecationWarning in stripmapWrapper and SentinelWrapper
2019-05-07 19:53:47 -07:00
piyushrpt 323010a63f
Update configuration/buildHelper.py
Co-Authored-By: mirzaees <37273875+mirzaees@users.noreply.github.com>
2019-05-07 22:26:49 -04:00
Sara Mirzaee 54106c5f91
Replace 'imp' with 'importlib' to avoid deprecation warning 2019-05-07 17:45:35 -04:00
piyushrpt 12bd8d5461
Merge pull request #35 from piyushrpt/midnight
Initial midnight fix
2019-05-07 13:04:44 -07:00
Sara d583e5b3ea fixed DeprecationWarning in stripmapWrapper and SentinelWrapper 2019-05-07 12:11:23 -04:00
piyushrpt e0dbeae6a5 Initial midnight fix 2019-05-06 22:47:10 -07:00
Eric Jameson Fielding 8c2e0f94af changed prepareUAVSAR to rename SLCs 2019-05-06 00:06:10 -07:00
Eric Jameson Fielding 9a947b3d14 more changes to support segments of UAVSAR stack 2019-05-05 23:39:11 -07:00
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