Skip to content

Commit

Permalink
Update diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eedyyidi authored Nov 21, 2024
1 parent 219288d commit dbcf401
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mintpy/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def diff_timeseries(file1, file2, out_file, force_diff=False, max_num_pixel=2e8)

if ref_val is not None:
print(f'* referencing data from {os.path.basename(file2)} to y/x: {ref_y}/{ref_x}')
print(np.tile(ref_val.reshape(-1, 1, 1), (1, data2.shape[1], data2.shape[2])).shape)
print(ref_val.shape)
data2 -= np.tile(ref_val.reshape(-1, 1, 1), (1, data2.shape[1], data2.shape[2]))

if ref_date:
Expand Down

0 comments on commit dbcf401

Please sign in to comment.