-
Notifications
You must be signed in to change notification settings - Fork 6
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
problem in cross-spectra calculation #52
Comments
Hello @HelloKaito , |
Hello, @agrouaze , xsarsea/src/xsarsea/sar_slc/processing.py Lines 773 to 776 in 719d82b
In sentinel-1 OSW algorithm (page 25),cross-spectra is computed by multiplying intensity image of two sub-looks, as illustrated in the equation below, 1.My 1st question is why a additional'df' is multiplied in the code above? 2.The 2nd question is does complex image modulation equivalent to image detrending mentioned in the OSW algorithm (showed in the image below)? They are alike in computation. Thanks a lot for your reply! |
@agrouaze Please help me when you'are available. TUT |
I can't answer your question but @lanougue (author of this part of the code) should be able to answer. |
Hello @lanougue, |
Hi! I'm a new learner in wave related subjects. I'm confused about 'sar_slc/processing.py' line 776, cross-spectra is caculated by intensity(L2)*np.conj(intensity) , the question is why 'df' is multiplied?
looking to your reply.
The text was updated successfully, but these errors were encountered: