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
Ryan Burns
53cceb221b
Update GPUampcor prereqs, but disable it for now
2020-06-12 17:47:06 -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
Ryan Burns
149b4aa29a
Add GPUampcor support with proper version check
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
877ba1d05c
Remove unused lib
2020-05-02 16:41:50 -07:00
Ryan Burns
4863c238e8
Merge branch 'master' into cmake
2020-05-02 16:40:26 -07:00
Ryan Burns
fd963d3d21
Remove unused formslc includes
2020-05-02 16:30:10 -07:00
Ryan Burns
d8c772ea29
Disable failing tests
2020-05-02 13:27:12 -07:00
Ryan Burns
c08f0b55ea
Enable -fPIC for StdOEL common lib
2020-05-02 12:45:23 -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
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
CunrenLiang
ebe27ec44c
remove 'from scipy.interpolate import interp1d'
...
remove the following from routines where it is not needed:
> from scipy import interpolate
> from scipy.interpolate import interp1d
2020-04-13 12:34:51 -07:00
CunrenLiang
c2a4a4a08e
add back from scipy.interpolate import interp1d
...
add back the following imports:
1709a1710,1711
> from scipy import interpolate
> from scipy.interpolate import interp1d
2119a2122,2123
> from scipy import interpolate
> from scipy.interpolate import interp1d
2020-04-13 12:11:04 -07:00
Lijun Zhu
5977d7b0dd
disable GPUampcor (not used) to allow CUDA >=10.0
2020-04-09 21:01:00 -07:00
Lijun Zhu
0855bf2640
DenseOffsets with PyCuAmpcor: use '.slc.vrt' instead of '.slc' as inputs
2020-04-09 21:01:00 -07:00
Ryan Burns
34b1644956
Merge commit 'c92759a' into cmake
2020-04-08 12:03:59 -07:00
Ryan Burns
a4068b0f92
Merge commit 'ed30cba' into cmake
2020-04-08 12:01:11 -07:00
Ryan Burns
85519c498d
Merge commit 'f95a912' into cmake
2020-04-08 11:56:56 -07:00
Ryan Burns
4057a645a2
Merge commit '64768d4' into cmake
2020-04-08 11:05:14 -07:00
piyushrpt
ed30cbac42
Cleaning up scansar modules
2020-03-31 11:33:11 -07:00
piyushrpt
50816f88ae
Fix tracknumber for S1B
2020-03-31 11:33:11 -07:00
CunrenLiang
f95a912462
ALOS-2 multi-mode InSAR and ionospheric correction processors ( #107 )
...
* Add files via upload
* updated tutorials and example input files
* add permissions
* add executable permission
* add executable permission to ALOS-2 applications
2020-03-28 19:19:21 -07:00
Scott Staniewicz
64768d4f36
Error messages ( #105 )
...
* move `val` definition to avoid undefined
Currently, with only one swath, or not enough points,
val doesnt get defined, so this error gets thrown:
File ".../isce/components/isceobj/TopsProc/runESD.py", line 115, in runESD
if val.size == 0 :
UnboundLocalError: local variable 'val' referenced before assignment
the `np.array` is added so that the `val.size` check makes sense,
as opposed to doing `.size` on a list
* fix string formats in error messages
2020-03-27 21:59:13 -07:00
Michael Aïvázis
ea24d2320b
iscesys/DictUtils: made a copy of the configuration dict before iterating over it
2020-03-18 11:26:00 -07:00
piyushrpt
d6e22a762f
Merge pull request #84 from rtburns-jpl/argcount
...
Bugfixes for gcc/gfortran 9
2020-03-13 22:27:19 -07:00
shitong01
655c46cc4a
Remove overwrite assignment when redundant bursts encountered across scenes.
2020-03-13 10:46:49 +08:00
Ryan Burns
9bee1a326b
Fix complex cast for gcc9
...
Fixes #57
2020-03-10 09:00:46 -07:00
Ryan Burns
de0ea75272
Update dependencies
2020-02-27 08:51:27 -08: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