-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Help]: Removal topography #177
Comments
If you’re referring to the topography phase, then yes, absolutely! Almost all PyGMTSAR examples include calculations for removing the topography phase. |
Is the phase-diff function used to implement this function? if it is. I am confused about the returned results, According to the interference formula, shouldn't it be |
In PyGMTSAR, we work with complex phases and apply interferogram() (e.g., np.arctan2 or np.angle) at the final stage. You can use Stack.interferogram() on the topographic phase for plotting, or utilize it in the Stack.phasediff() function to remove the topographic phase from your interferograms. |
Hello Doctor, I would like to know if pygmtsar can generate terrain phases and remove them?
The text was updated successfully, but these errors were encountered: