Skip to content

Commit

Permalink
fix ampcor wind size
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Mar 30, 2023
1 parent a3628f8 commit 3001162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isce2_topsapp/topsapp_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def topsapp_processing(*,
esd_coherence_threshold: float = .7,
output_resolution: int = 90,
do_dense_offsets: bool = False,
ampcor_window_size=16):
ampcor_window_size: int = 64):
swaths = swaths or [1, 2, 3]
# for [ymin, ymax, xmin, xmax]
extent_isce = [extent[k] for k in [1, 3, 0, 2]]
Expand Down

0 comments on commit 3001162

Please sign in to comment.