Commit Graph

694 Commits (LT1AB)

Author SHA1 Message Date
Ryan Burns b60e87d063
Merge pull request #236 from lijun99/pycuampcor
Updates to PyCuAmpcor
2021-02-19 10:27:38 -08:00
Lijun Zhu 7c40da5a74 PyCuAmpcor: offer an option to add gross offset to output offset image 2021-02-16 13:02:04 -08:00
Sara Mirzaee 68c7261b5d
Stack minor modification (#232)
* stackStripMap.py: change numbering style to match with topsStack

* Stack.py: separate parallel processors in topo.py from runfiles

* stackSentinel.py: add a new argument for parallel processors in topo.py

* Stack.py: remove extra num_process for unpackStackReferenceSLC

* stackSentinel.py:  tie numProcess4topo to numProcessif the first not specified
2021-02-15 11:24:56 -08:00
Lijun Zhu 563568561d change runDenseOffset(s) in Alos2Proc/TopsProc in accordance with updated PyCuAmpcor 2021-02-13 12:56:58 -08:00
Lijun Zhu 86a35acd5e merge mzzhong/grossOffsets into pycuampcor: scripts to set varying offsets withe velocity model 2021-02-13 12:55:04 -08:00
Lijun Zhu 08c266e364 Merge https://github.com/isce-framework/isce2 into py_save 2021-02-13 12:42:05 -08:00
Bryan Marfito 4f0ed3a359
Fix Cmake lists for db folder (#235) 2021-02-11 16:35:13 -08:00
CunrenLiang 1d44e16b96 Merge remote-tracking branch 'upstream/main' into main 2021-02-09 15:44:29 -08:00
Ryan Burns 7ff05bac6e
Merge pull request #231 from lijun99/cuda-cmake
GPU modules: add GPU_ACC_ENABLED flag to cmake
2021-02-09 10:20:08 -08:00
Lijun Zhu a7c28ddc58 GPU modules: add GPU_ACC_ENABLED flag to cmake 2021-02-09 09:40:35 -08:00
Lijun Zhu 785bb40efd
GPUtopozero: change isnan reference for compatibility with gcc<6 (#229) 2021-02-08 10:07:41 -08:00
Lijun Zhu 4ddee2fdaf PyCuAmpcor: fix the help string in cuDenseOffsets.py 2021-02-06 12:02:34 -08:00
Lijun Zhu 5419353a69 PyCuAmpcor: fix the correlation surface variance estimation 2021-02-06 12:02:34 -08:00
Minyan Zhong d5e5067acd update 2021-02-06 12:02:34 -08:00
Minyan Zhong 19ee850211 fix-variance-estimation 2021-02-06 12:02:34 -08:00
Russell Grew e8da2d947a
Bash script edits to make stackSentinel.py faster in places (#225)
* plumb in num-process for time consuming steps

* refine num-process speed enhancements

* refine num-process speed enhancements

* dedicated function for writing batch processes

* refine num-process speed enhancements

* fix indents

Co-authored-by: Russell Grew <russell.grew@douglaspartners.com.au>
2021-02-04 13:58:36 -08:00
CunrenLiang 7b0856fc27 Merge remote-tracking branch 'upstream/main' into main 2021-02-03 13:24:22 -08:00
Ryan Burns 0c54c9d422
Merge pull request #227 from rtburns-jpl/cmake-fix
Fix cmake files for zerodop GPU modules
2021-02-03 09:44:35 -08:00
Ryan Burns 29bf14c518 Fix docker build
Pin fpm to last known good version - automatic version
resolution is failing
2021-02-03 09:34:14 -08:00
Ryan Burns 4d949a4300 Fix cmake files for GPUgeo2rdr
Co-authored-by: Lijun Zhu <ljzhu@gps.caltech.edu>
2021-02-03 09:10:00 -08:00
Ryan Burns b2fb154a0a
Merge pull request #228 from bjmarfito/patch-2
Changes to Cmake to include UnwrapComp folder
2021-02-02 18:41:15 -08:00
Bryan Marfito 690fe62c98
Changes to Cmake to include UnwrapComp folder
I've updated the CMakeLists.txt to include the folder UnwrapComp during installation.
2021-02-03 10:21:42 +08:00
Ryan Burns 3673da71cc Bump autoRIFT 1.0.7 -> 1.1.0 2021-02-02 16:29:29 -08:00
Ryan Burns 2b5302c7d1 Add cmake files for GPUresampslc & GPUtopozero 2021-02-02 15:52:47 -08:00
Ryan Burns 0d5b94efad Fix old-style gdal import 2021-01-13 15:16:51 -08:00
Lijun Zhu aa4d6abf99
add some includes for c header files (#221)
* add some includes for c header files

* Trim whitespace

Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2021-01-13 15:13:59 -08:00
Bryan Marfito 4af17a6f84
Update rtcApp.py
I recommend to remove the arguments args=(self.geocode_list, self.geocode_bbox) since it passes the arguments on the runGeocode.py of the RtcProc which prevents geocoding of the sigma nought product generated from the rtcApp.py. This could be added later if someone would incorporate the geocode_list and geocode_bbox on the runGeocode.py later.
2021-01-09 18:13:47 +08:00
Ryan Burns f65a51c80c
Merge pull request #219 from rtburns-jpl/gdal32
Modernize gdal imports
2021-01-06 16:56:48 -08:00
Ryan Burns ad1815ef9c Modernize gdal imports
GDAL has dropped support for the older toplevel `import gdal`
in version 3.2, now requiring `from osgeo import gdal`.
2021-01-06 13:24:26 -08:00
Ryan Burns 86b126f564
Merge pull request #208 from lijun99/pycuampcor
PyCuAmpcor updates:
2021-01-06 13:20:44 -08:00
ranneylxr 48559c6e3e
using geopandas and shapely package to calculate whether there are intersections between bbox and sentinel SAFE file. (#216)
* stackSentinel.py:using geopandas to calculate intersection between bbox and SAFE file coverage region

* stackSentinel.py:using geopandas and shapely package to calculate whether there are intersections between bbox and sentinel SAFE file. And remove import geopandas and shapely part into generate_geopolygon function

* stackSentinel.py: using shapely package to check whether bbox intersect with SAFE file coverage

* stackSentinel.py: using shapely package to check whether bbox intersect with SAFE file coverage

* stackSentinel.py:using shapely package to find whether bbox intersects with SAFE file

* stackSentinel.py:remove matplotlib DEBUG message#L14-L18
2021-01-06 13:19:55 -08:00
Lijun Zhu 7e9c86910a PyCuAmcpor: set default gpu id to 0 in cuDenseOffsets.py; the auto seek with a negative value is now disabled 2020-12-15 13:33:34 -08:00
CunrenLiang fb96c54581 Update ion_subband.py
correct variable name
2020-12-06 12:07:48 -08:00
Lijun Zhu 6d9f088975 PyCuAmpcor: cuDenseOffsets.py towork with input varying gross offsets 2020-11-30 10:30:23 -08:00
Minyan Zhong c399d3fa03 clean up and update grossOffsets 2020-11-30 00:49:28 -08:00
CunrenLiang ab8b0f4755 Update create_cmds.py
add comments about identifying bad pairs
2020-11-26 23:40:29 -08:00
Lijun Zhu 94caa1ea5c PyCuAmpcor: more code cleanup
* replace tabs with spaces to align the code

  * remove extra spaces at the end of lines

  * add more docstrings
2020-11-25 12:55:38 -08:00
CunrenLiang 5a8bf7633e Merge remote-tracking branch 'upstream/main' into main 2020-11-23 21:23:58 -08:00
CunrenLiang e51f25aa80 Update SConscript
for resolving conflicts with recent commit
2020-11-23 21:08:17 -08:00
CunrenLiang 6a43886a72 remove comments about update from codes 2020-11-23 20:34:57 -08:00
CunrenLiang b9894e40e7 Update ALOS.py
remove update info from code.
2020-11-23 20:19:47 -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
Ryan Burns f44a0edf1d
Merge pull request #158 from rtburns-jpl/odr
Fix violations of ODR
2020-11-18 13:04:31 -08:00
Lijun Zhu 38646456d3 PyCuAmpcor: code cleanup, add docstrings 2020-11-17 23:22:37 -08:00
Ryan Burns 74319b24d5 Add missing Inertial.py to Orbit module 2020-11-17 16:18:49 -08:00
Ryan Burns a9cc014094 Enable -fno-common by default to catch ODR violations
This should prevent ODR-violating code in the future
2020-11-17 16:18:49 -08:00
Ryan Burns f65f26e3cc Move global vars from .h to separate TU
These global variables were instantiated in the image_sio.h header
and included into multiple translation units, violating ODR.
They are now marked as 'extern' and declared in a separate TU.
2020-11-17 16:18:42 -08:00