Skip to content

Commit

Permalink
Disable debug print command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Nov 19, 2024
1 parent f9b0669 commit 4a527ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/Stack_reframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _reframe_subswath(self, subswath, date, geometry, debug=False):
count = int(azimuth_vector['line']['@count'])
interval = (stop_dt - start_dt).total_seconds()
delta = interval/counter
print ('delta', delta)
#print ('delta', delta)

# read line numbers
lines = azimuth_vector['line']['#text'].split(' ')
Expand Down

0 comments on commit 4a527ef

Please sign in to comment.