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
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
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
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
Zhang Yunjun
55b9d2c037
topsStack: ignore coreg_secondary images with inconsistent num of bursts ( #195 )
...
* ImageLib: fix str syntax
* stackSentl: rename slc workflow merge for consistency
rename the mergeSLC step in "slc" workflow, to be consistent with the other workflows.
* topsStack: check inconsistent num of bursts in secondary images
+ extractCommonValidRegion.py: add dropSecondarysWithDifferentNumberOfBursts() to discard those acquisitions during the common region calculation
+ mergeBursts.py: skip secondarys with inconsistent num of bursts by raise exception and exit
+ s1a_isce_utils.adjustValidSampleLine_V2(): remove a redundant line
Co-authored-by: Zhang Yunjun <yunjunz@users.noreply.github.com>
2020-10-24 09:31:48 -07:00
Vincent Schut
3fb325a51e
don't assume sensor.extractImage supports a removeNoise arg
2020-10-19 09:47:24 -07:00
Vincent Schut
c84509e2d1
implement noise correction parameter for rtcApp.
2020-10-19 09:47:24 -07:00
Vincent Schut
b1bbf0f10f
implementation of thermal noise removal
2020-10-19 09:47:24 -07:00
Ryan Burns
ecf865af0b
CMake: Fix missing modules required for UAVSAR stripmap stack ( #180 )
...
* Add missing py2to3 script
* Add missing cosar extension
* Add missing rdf parser
* Add simamplitude module
Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-10-04 11:11:55 -07:00
Ryan Burns
337dc9c158
Fix python extension linking ( #168 )
...
* Silence annoying FindFFTW warnings
* Fix linker errors at import-time
Python extensions are weakly linked, so linker errors can only be
caught at runtime. This commit fixes any such broken extensions,
and adds automated import testing to ctests to prevent future
regressions.
It also adds a helper function `isce2_add_staticlib` which creates a
position-independent static library suitable for usage in multiple
python extensions. This matches the SCons build scripts more closely
and allows for future extensions to be declared in a more terse and
hygienic fashion.
* Update utilLib scripts
* Update combinedLib scripts
* Update offoutliers lib scripts
* Add asa_im_decode cdll
* Update alos lib scripts
* Show ctest output upon failure
* Update DataAccessor scripts
* Remove TARGET_FILE_BASE_NAME
* Remove incomplete stdproc modules (require stanford code)
Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-09-14 10:57:10 -07:00
Vincent Schut
278902fd1b
make sure the orbit file glob also finds files starting with S1B ( #190 )
2020-09-10 12:34:17 -07:00
asolarte
9983be8fe1
Cambios sugeridos por piyushrpt. Archivos modificados:
...
modificado: components/isceobj/Sensor/SAOCOM_SLC.py
modificado: examples/input_files/reference_SAOCOM.xml
2020-07-27 13:56:07 -03:00
asolarte
5ea7981bfd
Cambio en comentario Doppler SAOCOM_SLC.py
2020-07-27 12:01:51 -03:00
asolarte
02f6af6910
Cambios en la lectura del polinomio para el cálculo del doppler
...
modificado: components/isceobj/Sensor/SAOCOM_SLC.py
2020-07-23 20:42:14 -03:00
asolarte
8c2429b3a5
Incorporación de script para ingesta de datos SAOCOM. Se modifican los siguientes archivos:
...
modificado: README.md
modificado: components/isceobj/InsarProc/Factories.py
modificado: components/isceobj/IsceProc/runPreprocessor.py
modificado: components/isceobj/Sensor/CMakeLists.txt
nuevo archivo: components/isceobj/Sensor/SAOCOM_SLC.py
modificado: components/isceobj/Sensor/SConscript
modificado: components/isceobj/Sensor/__init__.py
modificado: components/isceobj/StripmapProc/Factories.py
modificado: components/isceobj/Util/estimateoffsets/EstimateOffsets.py
modificado: components/stdproc/stdproc/__init__.py
nuevo archivo: examples/input_files/reference_SAOCOM.xml
2020-07-21 21:47:00 -03:00
Heresh Fattahi
eb3eff61a6
Merge branch 'master' into BLM
2020-07-02 15:03:10 -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
14db470624
Use rpaths for linked libraries
2020-06-15 22:28:08 -07:00
Ryan Burns
a66dcfdb1b
Merge branch 'master' into cmake
2020-06-12 18:36:55 -07:00
CunrenLiang
5bc4cd6466
fix bug in baseline computation
2020-06-06 00:12:54 -07:00
CunrenLiang
2b8fdb3acb
fix bug in baseline computation
2020-06-06 00:12:26 -07:00
Ryan Burns
c209df26ad
Set up proper fortran module directories
2020-06-04 11:42:37 -07:00
sssangha
87cffaaadd
Baseline bug fix
2020-06-03 17:24:09 -07:00
Ryan Burns
ab5c20e629
Add envisat module
2020-05-22 15:49:10 -07:00
CunrenLiang
1afdeed3c2
minor updates
2020-05-13 16:40:52 -07:00
CunrenLiang
84d3978640
minor updates
2020-05-13 16:39:41 -07:00
CunrenLiang
708593b322
fixed a bug in radar dem matching
2020-05-13 09:54:54 -07:00
CunrenLiang
f0651a311c
fixed a bug in radar dem matching
2020-05-12 22:35:28 -07:00
CunrenLiang
aee2495367
improve ALOS-2 ionospheric correciton and geocode
2020-05-11 18:06:18 -07:00
CunrenLiang
28bb81ed03
improve ALOS-2 ionospheric correciton and geocode
2020-05-11 18:05:30 -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
d8c772ea29
Disable failing tests
2020-05-02 13:27:12 -07:00
Ryan Burns
7cf564582a
Merge branch 'master' into cmake
2020-05-02 12:32:20 -07:00
CunrenLiang
62726a5714
update ALOS-2 ionospheric correction
2020-05-02 12:11:54 -07:00
CunrenLiang
c844d49b48
remove system calls
2020-05-02 12:11:54 -07:00
CunrenLiang
d22bf1048f
enhanced merging for ALOS-2 ionospheric correction
2020-04-26 19:18:33 -07:00
Ryan Burns
81b54197e6
Merge branch 'master' into cmake
2020-04-13 14:34:14 -07:00
Heresh Fattahi
435e802f04
Merge pull request #114 from CunrenLiang/master
...
add back from scipy.interpolate import interp1d
2020-04-13 13:07:01 -07:00