Ryan Burns
10e03b6e01
Merge pull request #315 from scottstanie/main
...
throw exception from c++ instead of exit(1)
2021-08-11 12:25:13 -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
Ryan Burns
e80cfb0f29
Fix alosmodule include guard
2021-07-22 11:01:30 -07:00
scott
5395f87b0e
indent exception catch
2021-07-21 13:09:28 -05:00
scott
5181aa0e6d
move stdexcept to base, convert InterleavedAccessor.cpp to exceptions
2021-07-21 13:09:28 -05:00
scott
99d478f87e
send better error message in c++, pass along in py
2021-07-21 13:09:28 -05:00
scott
48b513fc42
throw exception from c++ GdalAccessor instead of exit(1)
...
Leads to an OSError being thrown instead of shutting down the whole program
2021-07-21 13:09:28 -05:00
Scott Staniewicz
b99aa5975f
Add lookside check to geozero, fixes #294 ( #302 )
...
* Add lookside check to geozero, fixes #294
comparison is based on 0eb175f86f/cxx/isce3/geometry/detail/Geo2Rdr.icc (L83-L89)
This gets rid of the duplicate image for UAVSAR geocoding with diagonal heading
* fix bindings and include for new number of arguments
2021-07-20 23:00:09 -07:00
Scott Staniewicz
eb5790a884
Speed up baselineGrid.py and cut prints ( #314 )
...
* track the prev guess in `geo2rdr`, break after convergence
* create doppler Poly once, avoid prints
Orbit.geo2rdr creates a poly, which prints "Polynomial Order: 0 - by - 0" each time
2021-07-20 22:59:00 -07:00
Ryan Burns
038c04d5b9
Merge pull request #285 from rtburns-jpl/python39
...
Remove use of deprecated XML ElementTree getchildren method
2021-05-28 11:40:36 -07:00
Ryan Burns
a540c0116e
Remove use of deprecated XML ElementTree getchildren method
2021-05-13 10:59:16 -07:00
Lijun Zhu
7b51af405d
cuda Scons fix: remove unnecessary -lcuda which prevents compiling on cluster head node without cuda drivers
2021-04-15 00:40:16 -07:00
Ryan Burns
8ffb2f281a
Fix cmake rule
...
components.isceobj.Scene.concatenate was incorrectly being compiled as
an ordinary shared lib rather than a cdll-compatible python lib
2021-03-06 17:45:22 -08:00
Ryan Burns
3cd9903971
Merge pull request #248 from rtburns-jpl/alos-fix
...
Fix alos bindings
2021-03-05 11:24:31 -08:00
Ryan Burns
74059bbd5c
Fix alos bindings
...
This has been broken since splitting up image_sio.c/h in some edge
casses. The extern variables are not "weakly linked" on macOS SCons
so they must be visible to the module even if they are not used.
2021-03-05 11:00:14 -08:00
Ryan Burns
e608eaf319
Add missing src file to ALOS_lib
2021-03-05 10:48:46 -08:00
Ryan Burns
d0ec8c1794
Merge pull request #175 from CunrenLiang/main
...
new alosStack, PRF change of ALOS-1, update of TOPS ionospheric correction, new ionospheric filter
2021-03-04 10:52:45 -08:00
Bryan Marfito
554e6610f0
Update CMakeLists.txt
...
I've proposed to removed the SConscript from the CMakeLists.txt since it is not necessary when compiling using CMake.
2021-02-28 22:40:17 +08:00
Ryan Burns
7ee03ec9d1
Add missing src file to ALOS_lib
2021-02-26 23:28:25 -08:00
CunrenLiang
89973d7631
Merge remote-tracking branch 'upstream/main' into main
2021-02-26 11:39:02 +08:00
Bryan Marfito
7bb66ec782
Fix missing folders and files during CMake installation of GRD files ( #237 )
2021-02-20 10:58:47 -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
Lijun Zhu
563568561d
change runDenseOffset(s) in Alos2Proc/TopsProc in accordance with updated PyCuAmpcor
2021-02-13 12:56:58 -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
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
CunrenLiang
7b0856fc27
Merge remote-tracking branch 'upstream/main' into main
2021-02-03 13:24:22 -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
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
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
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
74319b24d5
Add missing Inertial.py to Orbit module
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
Ryan Burns
e751732c0f
Privatize sardata structs
...
These duplicated names spanning translation units violate ODR.
They are only used within their corresponding .c files and thus
can be given static linkage.
2020-11-17 02:58:04 -08:00
Bryan Marfito
ab5a867d4b
Update runResamp.py
...
Corrected some spelling errors.
2020-11-07 21:27:46 -08:00
Bryan Marfito
ccaad6f47d
Update runCrossmul.py
...
Corrected some spelling errors.
2020-11-07 21:27:28 -08:00
Bryan Marfito
4de4c6314e
Update runCoregSd.py
...
Corrected some spelling errors.
2020-11-07 21:27:12 -08:00
Vincent Schut
5c806c42ce
fix for AzimuthNoiseVectors with a lineCount of 1.
2020-11-07 21:26:36 -08:00
CunrenLiang
b341c669b0
Add files via upload
2020-11-07 16:06:02 -08:00