Closed cmarshak closed 11 months ago
@bbuzz31 identified this issue.
In the plugin's code, this is the result of using the azimuth and incidence angle for the GUNW product which are generated using the reference orbit of the respective products.
Indeed, upon inspection, the azimuth angle and incidence angle are different (in the above code sample, swap out g
with g0 = 'science/grids/imagingGeometry/azimuthAngle'
for example).
I am going to leave this ticket open until we agree upon the proper way to perform this given we call the solid earth correction here: https://github.com/ACCESS-Cloud-Based-InSAR/DockerizedTopsApp/blob/baed31ab85791e9d54600b0d08ebd799ac6238ff/isce2_topsapp/__main__.py#L232-L233
I believe that we will want both of these to be "reference orbits". Please review, @sssangha.
For RAiDER:
Differences are sub millimeter:
When I force RAiDER to use the orbit file for 20230714 for each GUNW, the delays on 20230714 are identical as expected.
Here are two products:
They can be downloaded at the ASF
We can read the data via gdal as:
and similarly with the other product.
There is an error between reference of one product and secondary of the other of less than .01 radians.
It's not expected given they should have the exact same inputs.