opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 18 forks source link

geocode calibration parameters and noise LUTs #130

Closed seongsujeong closed 1 year ago

seongsujeong commented 1 year ago

This is a follow-up of #114 #119, which were the placeholders for the geocoded radiometric calibration parameters, and thermal noise LUTs respectively. This loads the calibration parameter LUTs from Sentinel1BurstSLC, geocode them, and write that into the output.

vbrancat commented 1 year ago

@seongsujeong please, let's work and close off this PR. Thanks

seongsujeong commented 1 year ago

Just did a comparison between multilooked radargrid, and the custom-calculated radargrid. The point here is that the decimated LUT covers the CSLC as much as possible, so that we avoid weird interpolation result on the edges. The screenshots below are the comparison

Screenshot 2023-05-23 at 18 57 12

multi looked radargrid

Screenshot 2023-05-23 at 18 57 17

custom-calculated radargrid

Below are from the same data, but on the lower edge

Screenshot 2023-05-23 at 18 57 48

multi looked radargrid

Screenshot 2023-05-23 at 18 57 52

custom-calculated radargrid

The overall shape of the geocoded LUT is as in the screenshot below. The bluish burst in the back is the amplitude of CSLC, and the magma colomapped block is the geocoded LUT.

Screenshot 2023-05-23 at 19 05 49
seongsujeong commented 1 year ago

@LiangJYu @vbrancat I think this PR is ready for another round of review. Would you mind taking a look? Thanks.