Skip to content

Commit 0e2124f

Browse files
authored
Merge pull request #709 from yunjunz/bugfix_pycuampcor
bugfix in `cuDenseOffsets.py --full/out-geom` for `topsApp` product
2 parents fd7a0ab + ccef89a commit 0e2124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/PyCuAmpcor/examples/cuDenseOffsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def estimateOffsetField(reference, secondary, inps=None):
398398

399399

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

0 commit comments

Comments
 (0)