Skip to content
Open
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cffd66d
Bug on alosStack
MYIP003 Mar 28, 2023
3fab206
Added gdal2isce_xml when running multilook gdal
bjmarfito Apr 21, 2023
ccef89a
bugfix in `cuDenseOffsets.py --full/out-geom` for topsApp product
yunjunz Feb 18, 2023
077615a
adding scripts -preparing ERS for stack processing
yjzhenglamarmota Apr 14, 2023
1be3ad7
Combine prepareERS_ENVstack,py with unpackFrame_ERS_ENV.py in the lat…
yjzhenglamarmota Apr 18, 2023
84b7a4f
Fix bugs
yjzhenglamarmota Apr 19, 2023
9bf4721
Add geolocation constraint option
yjzhenglamarmota Apr 27, 2023
5d62ff7
Update unpackFrame_ERS_ENV.py
yjzhenglamarmota May 4, 2023
704085d
Update ODR.py
yjzhenglamarmota May 4, 2023
2de84c0
adding scripts -preparing ERS for stack processing
yjzhenglamarmota Apr 14, 2023
f226619
Combine prepareERS_ENVstack,py with unpackFrame_ERS_ENV.py in the lat…
yjzhenglamarmota Apr 18, 2023
9bc1ba8
Added "char" type in ALOS_fbd2fbsmodule.c and ALOS_fbs2fbdmodule.c (#…
EJFielding Feb 5, 2024
61f6731
add symlink in dockerfile
vincentschut Feb 27, 2024
f92e190
Merge pull request #823 from vincentschut/add-isce-to-isce2-symlink-i…
rtburns-jpl Feb 29, 2024
7bf93ad
prepSlcALOS2: support alosStack convention via --alosStack option
yunjunz Mar 27, 2024
7c0cb3c
alosStack: ignore non-numeric folders in the data/download dir
yunjunz Mar 1, 2024
652c1fb
Merge pull request #687 from MYIP003/patch-1
rtburns-jpl Mar 27, 2024
3012f28
Merge pull request #834 from yunjunz/alos_stack
rtburns-jpl Apr 8, 2024
2402adf
Merge pull request #703 from bjmarfito/patch-1
rtburns-jpl Apr 10, 2024
f7291b1
Update fetchOrbit.py for new Copernicus data source (#801)
rtburns-jpl May 13, 2024
adf8166
docs: always use 4-digit frame number for alos2 (#708)
yunjunz May 21, 2024
ca7649a
Process Lutan-1 stripmap SLC images using stripmapApp.py (#852)
bjmarfito Jun 11, 2024
b231d6e
removing azimuth burst ramps caused by ionosphere in topsStack (#600)
CunrenLiang Jul 1, 2024
b011e46
Fix for dloadOrbits.py to reflect new download URL and minor fix in f…
bjmarfito Sep 25, 2024
14bcd5f
Update README.md
bjmarfito Sep 27, 2024
09a3198
fix some incorrect pointer types as required by newer gcc compilers
Nov 7, 2024
b39ddca
patch the time.h error for g++14
Nov 7, 2024
51b9c6c
Merge pull request #897 from lijun99/modern-c
rtburns-jpl Nov 19, 2024
50bf3f3
Remove extraneous tab chars from topsStack readme
rtburns-jpl Nov 21, 2024
0550490
Merge pull request #886 from bjmarfito/readme_fix
rtburns-jpl Nov 21, 2024
fd7a0ab
Bugfix plot ion topsStack (#885)
bjmarfito Nov 21, 2024
0e2124f
Merge pull request #709 from yunjunz/bugfix_pycuampcor
rtburns-jpl Dec 7, 2024
1402e2f
adding scripts -preparing ERS for stack processing
yjzhenglamarmota Apr 14, 2023
ff44032
Combine prepareERS_ENVstack,py with unpackFrame_ERS_ENV.py in the lat…
yjzhenglamarmota Apr 18, 2023
6e6372c
Fix bugs
yjzhenglamarmota Apr 19, 2023
c50cc11
Add geolocation constraint option
yjzhenglamarmota Apr 27, 2023
44d5428
Update unpackFrame_ERS_ENV.py
yjzhenglamarmota May 4, 2023
b00074e
Update ODR.py
yjzhenglamarmota May 4, 2023
1a3e454
adding scripts -preparing ERS for stack processing
yjzhenglamarmota Apr 14, 2023
1b8eb45
Combine prepareERS_ENVstack,py with unpackFrame_ERS_ENV.py in the lat…
yjzhenglamarmota Apr 18, 2023
c31b467
Merge branch 'ersStack' of https://github.com/yjzhenglamarmota/isce2 …
yjzhenglamarmota Mar 4, 2025
0d7c3b7
Removed commented code as suggested by hfattahi.
yjzhenglamarmota Mar 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/PyCuAmpcor/examples/cuDenseOffsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def estimateOffsetField(reference, secondary, inps=None):


def prepareGeometry(full_dir, out_dir, x_start, y_start, x_step, y_step, x_win_num, y_win_num,
fbases=['hgt','lat','lon','los','shadowMask','waterMask']):
fbases=['lat','lon','los','hgt','z','shadowMask','waterMask']):
"""Generate multilooked geometry datasets in the same grid as the estimated offset field
from the full resolution geometry datasets.
Parameters: full_dir - str, path of input geometry directory in full resolution
Expand Down