From 0fac7ff930ea96928c02829be55f98798052cab6 Mon Sep 17 00:00:00 2001 From: CunrenLiang <56097947+CunrenLiang@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:09:22 -0700 Subject: [PATCH] minor bug fix --- components/isceobj/TopsProc/runIon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/isceobj/TopsProc/runIon.py b/components/isceobj/TopsProc/runIon.py index 4a0164e..c2a98aa 100644 --- a/components/isceobj/TopsProc/runIon.py +++ b/components/isceobj/TopsProc/runIon.py @@ -199,13 +199,13 @@ def setup(self): ionParam.calIonWithMerged = False else: ionParam.calIonWithMerged = True + #for cross Sentinel-1A/B interferogram, always not using merged interferogram + if reference.mission != secondary.mission: + ionParam.calIonWithMerged = False #there is no need to process swath by swath when there is only one swath #ionSwathBySwath only works when number of swaths >=2 if len(swathList) == 1: ionParam.calIonWithMerged = True - #for cross Sentinel-1A/B interferogram, always not using merged interferogram - if reference.mission != secondary.mission: - ionParam.calIonWithMerged = False #determine if remove an empirical ramp if reference.mission == secondary.mission: