Take into account S1 thermal noise in SARCalibration
The noise parameter in SARCalibration
is currently only used with TerraSar-X products. S1 products contain denoising LUT that can be used to remove the effect of thermal noise before applying the calibration LUTs.
Starting with products generated with IPF 2.9, there are two type of denoising LUTs are available in S1 products: one corresponding to the range contribution and one corresponding to the azimuth contribution. THis merge request
S1ThermalNoiseLookupData
that compute the thermal noise from range and azimuth LUT.and
SarCalibration`Reference: MPC-0392 DI-MPC-TN Thermal Denoising of Products Generated by the S-1 IPF
See #2167 (closed)
This has been developed for release 7.2, in preparation of a patch release containing the modifications. This should be backported into develop.
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit