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
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
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
81b54197e6
Merge branch 'master' into cmake
2020-04-13 14:34:14 -07:00
Ryan Burns
23f2ffaa1e
Use exist_ok argument to makedirs when appropriate ( #112 )
...
@falkamelung noted a race condition in #106 due to non-atomic directory
checking followed by os.makedirs. This pattern exists in many places
in the codebase so I went ahead and replaced the rest of them.
The new exist_ok usage should be terser and more idiomatic.
2020-04-13 12:40:32 -07:00
Ryan Burns
4057a645a2
Merge commit '64768d4' into cmake
2020-04-08 11:05:14 -07:00
vbrancat
9f9f7be0d7
Inserted opencv, astropy ans scipy imports within functions
2020-02-13 17:27:07 -08:00
vbrancat
7c7e43c98c
bug fixes
2020-02-10 17:53:38 -08:00
vbrancat
3f01fd2f07
Modified algorithm for ionospheric phase estimation (polar regions)
2020-02-10 17:07:09 -08:00
vbrancat
d7444e83ca
Modified Ionospheric phase correction. It fixs previous version bugs and adds ionospheric phase correction facilities for grounded ice areas
2020-02-10 15:11:45 -08:00
Ryan Burns
7274dbd2a4
Merge branch 'master' into cmake
2020-01-30 22:28:54 -08:00
Heresh Fattahi
0704e98ac4
remove a commented out line
2019-12-26 23:08:17 -08:00
Heresh Fattahi
0b3d49744d
fixing bug in naming interferogram without rubbersheeting
2019-12-26 23:02:35 -08:00
Ryan Burns
46fef17f39
Add CMake build system
...
This commit adds experimental CMake build support for ISCE2.
The only changes involved should be adding CMakeLists.txt files.
All current source files, headers, and other functionality, including
the existing SCons build system, should be unaffected.
Some functionality is still a work-in-progress.
These should all be marked as TODO in the CMakeLists.txt files.
`grep TODO **.txt`
Please read CMakeLists.txt and .cmake/*.cmake for more info.
2019-12-21 17:34:50 -08:00
HBaldwin3
851858b228
Update runRubbersheetAzimuth.py
...
Add "from scipy import ndimage"
2019-12-19 19:13:43 -06:00
HBaldwin3
7df2b44a0c
Change doRubbersheeting to doRubbersheetingAzimuth.
2019-12-18 14:44:34 -06:00
Ryan Burns
e2a81bbd6a
Hide scipy imports for stripmapapp
2019-12-16 15:43:04 -08:00
Ryan Burns
537bae03d9
Hide rubbersheeting scipy/astropy imports
...
Recent rubbersheeting changes added scipy and astropy imports which
are not otherwise needed. Due to isce2's eager import behavior this
causes errors when using unrelated functionality. We can fix this
by tucking these imports away inside their function definitions.
To reproduce:
`python3 -c "import isce; from stripmapApp import Insar"`
(without scipy/astropy installed)
2019-12-16 15:43:04 -08:00
piyushrpt
21675df724
Bug fixes for rubbersheeting
2019-12-10 09:54:36 -08:00
vbrancat
5078c3ec8c
Add RubbersheetRange.py and runRubbersheetAzimuth.py in SConscript
2019-11-15 20:01:56 -08:00
vbrancat
532cfa085b
Fixed some bugs in rubbersheeting and runInterferogram
2019-11-13 10:33:46 -08:00
vbrancat
37a510fd2d
add rubbersheetRange and rubbersheetAzimuth in Factories.py
2019-11-12 10:28:40 -08:00
vbrancat
44cdd7dbf1
Added iterative multiplication for interferogram flattening
2019-10-15 10:28:33 -07:00
vbrancat
4631aff062
Added runInterferogram.py
2019-10-14 10:16:15 -07:00
vbrancat
31da6a36f4
Added runRubbersheetRange.py and runRubbersheetAzimuth.py, changed offset filling, moved flat-Earth removal to interferogram formation when rubber sheeting in range is on
2019-10-14 10:05:24 -07:00
hfattahi
6ca61fb42b
adding UAVSAR_HDF5_SLC Sensor
2019-07-16 21:37:06 +00:00
piyushrpt
c36caafa24
Adding ICEYE_SLC Sensor
2019-06-16 18:59:42 -07:00
piyushrpt
bfbc555f41
Merge pull request #18 from juribeparada/devel
...
Add covariance file output for denseoffsets
2019-03-08 19:22:49 -08: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
juribeparada
39a3a805c3
StripmapProc: fix typo
2019-02-20 18:12:41 -03:00
juribeparada
15d0889b22
StripmapProc: fix ERS_ENVISAT_SLC interpreted as RAW
2019-02-20 16:43:07 -03:00
Eric Gurrola
9f9a2b0805
Adding all files
2019-01-16 11:40:08 -08:00