chenzh
398774c350
补充cygwin 编译结果
2025-02-10 09:52:55 +08:00
ChenZenghui
def642fada
适配了HJ2EF
2025-02-06 13:49:19 +08:00
ChenZenghui
936b0ee9ac
增加HJ2星的代码适配
2025-02-05 09:37:37 +08:00
剑古敛锋
a8137a23f6
LT1AB重复轨道适配
2023-12-06 17:44:22 +08:00
剑古敛锋
ba42e3ebb0
记录此分支功能更新情况
2023-06-05 13:32:23 +08:00
剑古敛锋
853a254b45
裁剪干涉图
2023-06-05 13:31:17 +08:00
剑古敛锋
ddd38a9664
repair the bug in ./application/DEM2ISCE.py
2023-06-04 10:25:30 +08:00
lamp
2cd6cd3a38
add dem2isce.py
2023-04-11 18:26:33 +08:00
lamp
2af61f18b2
add dem2isce.py
2023-04-11 16:33:59 +08:00
Ryan Burns
8af43d2b9f
Merge pull request #669 from yuankailiu/main
...
Replace deprecated `normed` with `density` in numpy.histogram()
2023-02-23 12:15:54 -08:00
Yuankailiu
3322c29698
Replace deprecated `normed` with `density` in numpy.histogram()
...
The normed keyword argument has been removed from np.histogram, np.histogram2d, and np.histogramdd. Use density instead. If normed was passed by position, density is now used.
Here is the change log:
https://numpy.org/devdocs/release/2.24.1-notes.html#expired-deprecations
2023-02-22 23:07:22 -08:00
Ryan Burns
735fba0bdb
Merge pull request #661 from rtburns-jpl/numpy-int
...
Replace deprecated numpy types with native types
2023-02-21 15:56:00 -08:00
Ryan Burns
ae6ffd2502
Replace deprecated numpy.float and numpy.bool with native float and bool
2023-02-16 13:33:21 -08:00
Ryan Burns
f55fda5c74
Replace deprecated numpy.int with native int
2023-02-15 16:29:25 -08:00
Ryan Burns
a5e6623591
Merge pull request #650 from bjmarfito/patch-2
...
Corrected the year on the release_history.py of 2.6.2
2023-01-18 08:41:52 -08:00
Bryan Marfito
d057ff42e4
Corrected the year on the release_history.py of 2.6.2
2023-01-18 22:12:55 +08:00
Ryan Burns
6ea460f6de
Release 2.6.2
2023-01-17 13:32:40 -08:00
Ryan Burns
d5005196e9
Merge pull request #635 from yunjunz/tops_stack_correlation
...
topsStack/correlation: replace undefined `burstIgram_mergeBurst()`
2023-01-17 13:30:29 -08:00
Ryan Burns
275698d1bb
Merge pull request #514 from kmaterna/main
...
fixing cpt table plumbing in isce2geotiff.py
2023-01-17 13:30:19 -08:00
Ryan Burns
4b22d5db69
Merge pull request #534 from rtburns-jpl/py-ssizet
...
Fix cpython bindings for python 3.10+ Py_ssize_t
2023-01-04 10:29:28 -08:00
Ryan Burns
f2b139f15c
Merge pull request #424 from rtburns-jpl/python310
...
Fix ABC alias for Python 3.10
2023-01-04 10:29:11 -08:00
Ryan Burns
e7b506de0c
Merge pull request #622 from rtburns-jpl/pycuampcor-cpp-files
...
PyCuAmpcor: compile files as pure C++ when possible, fix Makefile
2023-01-04 10:21:22 -08:00
Gareth Funning
725d0d8653
Updated parser to use stripmapApp conventions for Doppler centroids ( #641 )
...
* Updated to use stripmapApp conventions for Doppler centroids
* Added ROI_PAC to default Doppler method list
2023-01-04 10:17:37 -08:00
Joseph H Kennedy
60a021de43
Remove deprecated np.complex alias in ImageLib ( #639 )
2022-12-19 20:30:36 -08:00
Zhang Yunjun
488edc5bc4
correlationStack: replace missing burstIgram_mergeBurst()
...
with generate_burstIgram() and igram_mergeBurst()
2022-12-08 11:26:55 -08:00
Ryan Burns
9457a34b4b
PyCuAmpcor: Fix Makefile for standalone installation
...
Now working with .cpp files and pybind11 module
setup.py step no longer needed
2022-11-15 14:18:21 -08:00
Ryan Burns
ca462283f3
PyCuAmpcor: compile files as pure C++ when possible
...
This speeds up compilation, and brings it closer in line with the CPU port
2022-11-15 14:15:46 -08:00
Ryan Burns
bb4d3b545b
Merge pull request #597 from rtburns-jpl/pycuampcor-templates
...
Merge similar cuArraysCopy helpers using templates
2022-10-14 10:33:35 -07:00
Ryan Burns
16bcd274d3
Merge pull request #568 from EJFielding/main
...
Update reference_EnviSAT.xml
2022-10-04 16:53:23 -07:00
Ryan Burns
07dc9a6687
Merge similar cuArraysCopy helpers using templates
...
This is to ease C++-only conversion of the cuArraysCopy kernels
by reducing code duplication
2022-10-04 16:52:19 -07:00
Zhang Yunjun
9e02af5b6e
abs module import in stackSentinel/StripMap.py ( #505 )
...
+ use absolute module import in stackSentinel.py and stackStripMap.py to allow for pythonic calls
- e.g. stackSentinel.main() and stackStripMap.main()
+ contrib/stack/README.md: update installation note to add $ISCE_STACK to $PYTHONPATH
+ alosStack: use $ISCE_STACK/alosStack to replace $PATH_ALOSSTACK for style consistency
Co-authored-by: Zhang Yunjun <yunjunz@users.noreply.github.com>
2022-09-28 13:27:49 -07:00
Ryan Burns
307485b76a
Merge pull request #546 from bjmarfito/patch-1
...
Edited downsampleDEM.py
2022-08-31 11:21:00 -07:00
Ryan Burns
9339a665fe
Merge pull request #573 from bjmarfito/patch-2
...
bugfix to properly install envisat.so
2022-08-31 11:20:34 -07:00
Bryan Marfito
715b82e13e
Update CMakeLists.txt
2022-08-26 21:36:06 +08:00
Eric Fielding
24fedf89b6
Update reference_EnviSAT.xml
...
corrected the output name in examples/input_files/reference_EnviSAT.xml
2022-08-21 00:52:57 -07:00
Ryan Burns
88cf1ab527
Release 2.6.1
2022-08-11 10:26:16 -07:00
Ryan Burns
4f045449ab
Merge pull request #562 from EJFielding/https-fixes
...
More https changes in isceobj iscesys alos2proc
2022-08-11 08:56:52 -07:00
Eric Fielding
1e60308201
More https changes in isceobj iscesys alos2proc
...
Changed other files with hard-coded SRTM or SWBD URL to https
2022-08-10 20:48:04 -07:00
Eric Fielding
4cd9a51b7b
Update release_history.py ( #561 )
...
Updated release history for Feb. 2022 2.6.0 release.
2022-08-10 15:09:17 -07:00
Ryan Burns
862b4b3e5f
Merge pull request #560 from rtburns-jpl/srtm-download-https
...
Changed SRTM download to `https`
2022-08-10 13:54:09 -07:00
Eric Fielding
f73296e394
Update SWBDStitcher.py
...
Updated SWBDStitcher to use `https` also.
2022-08-10 12:12:20 -07:00
Eric Fielding
160487e6c0
Update DemStitcherND.py
...
changed to `https`
2022-08-10 12:12:20 -07:00
Eric Fielding
e8c6f29636
Update DemStitcherV3.py
2022-08-10 12:12:20 -07:00
Bryan Marfito
cccb634997
Edited downsampleDEM.py
...
Edited line 104 to remove the error ERROR 4: /home/bryanjim001/dem_test/Coarse_demLat_N15_N16_Lon_E120_E121.dem.wgs84.vrt: No such file or directory
Traceback (most recent call last):
File "/home/bryanjim001/.conda/envs/isce2expe/bin/downsampleDEM.py", line 104, in <module>
gdal2isce_xml(coarse_dem_envi+'.vrt')
File "/home/bryanjim001/.conda/envs/isce2expe/lib/python3.9/site-packages/isce/applications/gdal2isce_xml.py", line 69, in gdal2isce_xml
width = ds.RasterXSize
AttributeError: 'NoneType' object has no attribute 'RasterXSize'
2022-08-03 19:32:08 +08:00
Ryan Burns
34895d1761
Merge pull request #352 from mirzaees/stripmap_gdal_multilook
...
gdal2isce_xml.py: correct gdal multilook scheme for los
2022-07-28 11:15:04 -07:00
Ryan Burns
f07dc73770
Merge pull request #440 from lijun99/gpu
...
GPU geo2rdr and topo memory allocation fix
2022-07-28 11:11:04 -07:00
Ryan Burns
5d92004f88
Merge pull request #507 from ZachKeskinen/patch-2
...
Fix Date Parsing Bug
2022-07-22 12:10:19 -07:00
Ryan Burns
ba4621c928
Fix ABC alias for Python 3.10
...
Aliases in collections.* to collections.abc.* have been removed starting
with python 3.10, so we must use the fully qualified import here.
2022-07-20 17:27:27 -07:00
Ryan Burns
575d936a02
Fix cpython bindings for python 3.10+ Py_ssize_t
2022-07-20 17:25:02 -07:00
Lijun Zhu
55be3ff297
Merge branch 'main' of https://github.com/isce-framework/isce2 into gpu
2022-07-14 08:42:49 -07:00