Commit Graph

56 Commits (aa140d5f799dfe1036a7b7e366dcde9cfd374eae)

Author SHA1 Message Date
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
Ryan Burns 6b42742b00 Remove use of malloc.h
This header is deprecated and Linux-specific.
The standard include for malloc should be stdlib.h.
2019-12-17 13:38:09 -08: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
Zhang Yunjun 6e4fcadce8 fix bug while calculating corrLooks for snaphu(_mcf)
Currently, the number of looks in azimuth direction is used twice instead of once while calculating the `corrLooks` value.

Below is the relevant document of `NCORRLOOKS` in SNPAHU:
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu.conf.full
2019-11-21 13:20:11 -08:00
Lijun Zhu d1d9516890 cuda: remove arch specific flag; add /lib64 to LIBPATH for libcuda.so for most Linux systems 2019-11-19 16:51:06 -08:00
piyushrpt 5908499c67
Merge pull request #74 from vbrancat/master
Bug fixing
2019-11-18 09:27:55 -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
Joseph H Kennedy 8042232718
Property is not callable 2019-10-28 14:51:58 -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
Microwave Remote Sensing Laboratory 0e3b06567f
Add files via upload
changed to use imagemath.main() instead of command line
2019-09-30 15:26:54 -04:00
Microwave Remote Sensing Laboratory 14418467ae
Add files via upload
fixed issues relating to finding and selecting between orbits
2019-09-27 13:21:43 -04:00
Microwave Remote Sensing Laboratory ab805ed1a3
Update runNormalize.py 2019-09-26 16:51:54 -04:00
Microwave Remote Sensing Laboratory 9d7908beaf
Add files via upload
updated for radiometric terrain correction
control looks by providing 'posting' in xml
2019-09-26 15:25:09 -04:00
Microwave Remote Sensing Laboratory c6e8c7922e
Add files via upload
updated mainly to read the zipped datasets, remove orbit extender, try except for precise/coarse orbit
2019-09-26 15:18:08 -04:00
Ryan Burns 950708ff66 Fix mismatched iand parameter types 2019-08-26 10:49:41 -07:00
Andrew Johnston c9a6ba9fe0
Restore snaphu_mcf unwrapping option 2019-07-31 10:08:41 -08:00
shiroma 20eecc127d Updates the sensor: UAVSAR_HDF5_SLC
- fixes issues with reference UTC (when it includes microseconds);
- updates cast from complex32 to complex64 (some versions require complex64 casting through a "sink" - with statement).
2019-07-29 14:46:51 -07:00
shiroma b8f8199001 - fixing issues with reference UTC (when it includes microseconds);
- fixing the cast from complex32 to complex64 (some versions require complex64 casting through a "sink" - with statement)'
2019-07-29 09:21:28 -07:00
piyushrpt 2d95cafd11 Adding UAVSAR_HDF5_SLC to SConscript 2019-07-18 13:23:52 -07:00
piyushrpt 29bcd78842 ALOS Quad pol fix 2019-07-17 11:11:33 -07:00
hfattahi 6ca61fb42b adding UAVSAR_HDF5_SLC Sensor 2019-07-16 21:37:06 +00:00
piyushrpt 0409e03520
Merge pull request #46 from piyushrpt/iceye
Adding ICEYE_SLC Sensor
2019-06-29 16:13:24 -07:00
piyushrpt 005616e52c
Merge pull request #45 from giangijpl/master
Added downsample_snapu factory to TopsProc/Factories.py
2019-06-24 14:13:16 -07:00
giangi 6d3811ec11 Added downsample_snapu factory to TopsProc/Factories.py
Added runner run_downsample_unwrapper.py to TopsProc
added donwsample_unwraper module to contrib
git commit -m
2019-06-20 09:55:55 -07:00
piyushrpt c36caafa24 Adding ICEYE_SLC Sensor 2019-06-16 18:59:42 -07:00
piyushrpt 7b781aec09 OMP threads cap fix 2019-06-09 20:05:13 -07:00
piyushrpt 22c69a4ec0 clang fixes 2019-05-27 22:11:32 -07:00
piyushrpt e0dbeae6a5 Initial midnight fix 2019-05-06 22:47:10 -07:00
piyushrpt e3c13f4e84 ERS_Envisat raw reader from Han Bao (UCLA) 2019-04-16 19:36:34 -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
mgovorcin 1455595a29
Update ERS_EnviSAT_SLC.py 2019-04-04 09:40:09 +02:00
piyushrpt bfbc555f41
Merge pull request #18 from juribeparada/devel
Add covariance file output for denseoffsets
2019-03-08 19:22:49 -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
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 ad5706864e Image: fix typo 2019-03-04 16:03:45 -03:00
Bryan Riel 5735204193 Use correct raised-cosine filter for range weighting. 2019-02-26 14:21:48 -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
Bryan V Riel 42c76f5374 Merge pull request #3 from briel/stopiteration
Catch StopIteration exception for python 3.7 compatibility.
2019-02-07 15:25:51 -08:00
Bryan Riel 126e957fe6 Catch StopIteration exception for python 3.7 compatibility. 2019-02-07 10:30:20 -08:00
Eric Gurrola b2489a052a Modified files to compile with gcc8/scons3. 2019-02-05 19:29:20 -08:00