Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S1 GRD thermal noise removal error #37

Open
bjoern234 opened this issue Jun 11, 2023 · 1 comment
Open

S1 GRD thermal noise removal error #37

bjoern234 opened this issue Jun 11, 2023 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@bjoern234
Copy link

Hi,
I've tested your S1 GRD calibration routine which in general works well. But in some cases, I've got an error during the thermal noise removal procedure:

[2023-06-11 14:02:20.028403] [0x00007f96c7ab0000] [info]    Processing parameters:
Input product - 
/tmp/S1B_IW_GRDH_1SDV_20190405T230644_20190405T230711_015678_01D696_7102.SAFE
Subswath -
Polarisation - VV
Calibration type - sigma
First burst index - 0
Last burst index - 0
AOI -
Write intermediate files - NO

[2023-06-11 14:02:20.805075] [0x00007f96c7ab0000] [info]    Using 'NVIDIA GeForce GTX 1080 Ti' device nr 0 for calculations
[2023-06-11 14:02:20.828726] [0x00007f96c7ab0000] [info]    Target bands count: 1
[2023-06-11 14:02:20.828740] [0x00007f96c7ab0000] [info]    Processing band Amplitude_VV_VV

[2023-06-11 14:02:34.663293] [0x00007f96c7ab0000] [error]   Caught an exception
There were no matching noise values from noise vectors for azimuth range [7034.963325, 7034.963331]. Tile properties x:16384 y:16384 w:2048 h:1756
[2023-06-11 14:02:34.663311] [0x00007f96c7ab0000] [error]   Exiting.

Thank you!
Bjoern

@kautlenbachs
Copy link
Member

kautlenbachs commented Sep 15, 2023

Yes, it is the same as - #39
When I eventually implemented it, the range matching was implemented strictly. SNAP simply takes the last noise vector if azimuth range goes out of the bounds of the metadata noise vectors. This one needs a little investigation, since I am not sure that this might be the correct solution, but for the sake of making it work the "fix" could be easy one liner.

@kautlenbachs kautlenbachs self-assigned this Sep 15, 2023
@kautlenbachs kautlenbachs added duplicate This issue or pull request already exists enhancement New feature or request labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants