2020-03-29 02:19:21 +00:00
|
|
|
on the following paramters might be changed in the denseoffset steps:
|
|
|
|
=======================================================================
|
|
|
|
if self.frameOffsetMatching == False:
|
2020-07-02 19:40:49 +00:00
|
|
|
self._insar.frameRangeOffsetMatchingReference = offsetReference[2]
|
|
|
|
self._insar.frameAzimuthOffsetMatchingReference = offsetReference[3]
|
|
|
|
self._insar.frameRangeOffsetMatchingSecondary = offsetSecondary[2]
|
|
|
|
self._insar.frameAzimuthOffsetMatchingSecondary = offsetSecondary[3]
|
2020-03-29 02:19:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
Therefore these denseoffset steps could be moved to after 'frame_mosaic' step
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|