-
Notifications
You must be signed in to change notification settings - Fork 62
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
Bug in ZRT Receiver Function Calculation #4
Comments
Thank you for reporting this bug! rf uses the rotate method from ObsPy. (this convention) I am unsure about the T component. I assume that the multiplication with -1 is not correct, too. |
This should be solved now. I published a new version on PyPi. |
By the way you can use
to plot the receiver functions aligned with the onset. |
Thanks @trichter ! |
Applying a RF calculation using the ZRT coordinate system gives wrong result.
For example, the following code computes the RF for a ZRT rotation on the first set of the example stream loaded with rf_read():
We expect something like what Ammon (1991) shows in this Figure:
But instead, we get the following RF in the radial direction:
The text was updated successfully, but these errors were encountered: