From 9f01519ff83f5866aeada2d62236c59ded66de9c Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Sat, 21 Sep 2024 19:42:12 +0700 Subject: [PATCH] Remove test print command --- pygmtsar/pygmtsar/Stack_align.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtsar/pygmtsar/Stack_align.py b/pygmtsar/pygmtsar/Stack_align.py index 336c78e..3cef481 100644 --- a/pygmtsar/pygmtsar/Stack_align.py +++ b/pygmtsar/pygmtsar/Stack_align.py @@ -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