Skip to content

Commit

Permalink
Remove test print command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Sep 21, 2024
1 parent 73175e6 commit 9f01519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/Stack_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _align_rep_subswath(self, subswath, date=None, degrees=12.0/3600, debug=Fals
tmp_as = prm2.SAT_llt2rat(coords=[lontie, lattie, 0], precise=1, debug=debug)[1]
# bursts look equal to rounded result int(np.round(...))
tmp_da = int(tmp_as - tmp_am)
print ('tmp_am', tmp_am, 'tmp_as', tmp_as, 'tmp_da', tmp_da)
#print ('tmp_am', tmp_am, 'tmp_as', tmp_as, 'tmp_da', tmp_da)

# in case the images are offset by more than a burst, shift the super-reference's PRM again
# so SAT_llt2rat gives precise estimate
Expand Down

0 comments on commit 9f01519

Please sign in to comment.