Skip to content

Commit

Permalink
Merge pull request #709 from yunjunz/bugfix_pycuampcor
Browse files Browse the repository at this point in the history
bugfix in `cuDenseOffsets.py --full/out-geom` for `topsApp` product
  • Loading branch information
rtburns-jpl authored Dec 7, 2024
2 parents fd7a0ab + ccef89a commit 0e2124f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0e2124f

Please sign in to comment.