-
Notifications
You must be signed in to change notification settings - Fork 9
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] Output from PH5toStationxml does not match resp store in PH5 Pole:PlusError== Pole:minusError==Pole:Value #471
Comments
PH5/ph5/clients/ph5tostationxml.py Line 469 in 3f37169
Creates this issue and it is very likely occurring in the Obspy read_inventory. If
When
These are inconsistent pole and zero representations. There does not seem to be an easy method for changing the plusError and minusError for obspy_types.ComplexWithUncertainties. Please correct me if I am wrong so this issue can be overridden. |
This issue is originating in, and has been posted in Obspy, with seemingly no way to directly correct it in PH5. I am unsure how to move forwards with this issue at this moment. |
Describe the bug
PH5tostationxml is outputting stationxml files where Pole:Real:PlusError== Pole:Real:minusError==Pole:Real:Value and
Pole:Imaginary:PlusError== Pole:Imaginary:minusError==Pole:Imaginary:Value.
Here is an example:
This is definitively occurring ph5tostationxml because if the statement
print(response_file_das_a)
is added to line 470 in ph5tostationxml the output from the store response file is returned to the screen which shows:and is what we expected based on the input response.
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Run PH5toStationxml on any PH5 experiment that has poles and zeros. Inspect the output from the Poles and zeros.
Expected behavior
Should accurately be reflected in output stationxml document.
The text was updated successfully, but these errors were encountered: