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
Currently there is no specific methods in xsarsea to get a NRCS (aka sigma0 denoised) value from a Sentinel-1 product as a Level-2 like. For instance, WV products computing the average value of xsarsigma0 values lead to values up to 3 dB below compare to the value provided in official ESA Level-2 product (oswNrcsNezCorr variable).
Looking at the ESA processor it seems that some steps are potentially* missing in xsarsea.
Typically what ESA processor do to compute the sigma0 is:
Currently there is no specific methods in
xsarsea
to get a NRCS (aka sigma0 denoised) value from a Sentinel-1 product as a Level-2 like. For instance, WV products computing the average value ofxsar
sigma0
values lead to values up to 3 dB below compare to the value provided in official ESA Level-2 product (oswNrcsNezCorr
variable).Looking at the ESA processor it seems that some steps are potentially* missing in
xsarsea
.Typically what ESA processor do to compute the sigma0 is:
mean((image* np.conj(image)).real)
The text was updated successfully, but these errors were encountered: