minor bug fix
parent
0eda6428a9
commit
0fac7ff930
|
@ -199,13 +199,13 @@ def setup(self):
|
||||||
ionParam.calIonWithMerged = False
|
ionParam.calIonWithMerged = False
|
||||||
else:
|
else:
|
||||||
ionParam.calIonWithMerged = True
|
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
|
#there is no need to process swath by swath when there is only one swath
|
||||||
#ionSwathBySwath only works when number of swaths >=2
|
#ionSwathBySwath only works when number of swaths >=2
|
||||||
if len(swathList) == 1:
|
if len(swathList) == 1:
|
||||||
ionParam.calIonWithMerged = True
|
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
|
#determine if remove an empirical ramp
|
||||||
if reference.mission == secondary.mission:
|
if reference.mission == secondary.mission:
|
||||||
|
|
Loading…
Reference in New Issue