You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New SLC processor to compute and geocode amplitude from a single SLC product.
Calibration can now be either set to sigma or beta nought in both InSAR and SLC processors. For the InSAR processor it is useful when amplitude is computed.
Both beta and sigma nought calibration factors are computed by the new S1IWSwath.calibration_factor function. Beta normalization is not applied anymore by S1IWSwath.read_burst.
Processing functions process_* now have a cal_type parameter to control the calibration type.
The docker version can now be built with or without SNAP (connect to the folder with SSH and select rebuild without cache).
Bug fixes
dem_force_download warning: it is now displayed when the value is set to False.
the warp_kernel parameter is now propagated in all processing functions.
Other
Unit tests for S1IWSwath.calibration_factor and S1IWSwath.read_burst.