Skip to content

Commit

Permalink
Fix typo for the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Jul 5, 2024
1 parent a05f0a0 commit a02fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/Stack_phasediff.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def compute_interferogram(self, pairs, name, resolution=None, weight=None, phase
out = xr.merge([intf_look, corr_look])
del corr_look, intf_look

if isinstance(stack, xr.Dataarray):
if isinstance(stack, xr.DataArray):
out = out.stack(stack=['y', 'x']).sel(stack=stack)

caption = f'Saving Interferogram {(counter+1):0{digits}}...{(counter+len(chunk)):0{digits}} from {len(pairs)}'
Expand Down

0 comments on commit a02fecb

Please sign in to comment.