-
Notifications
You must be signed in to change notification settings - Fork 86
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
Check full SEED id of picks against Trace header information #388
Comments
Definitely a "feature" not a bug 😝 But yes, would be great to check the full seed-id. As stated on gitter, a key here will be in doing this change "gently": change with optional opt-in for next minor release with a warning that opt-in will be
|
I had the impression that for several other steps where the location and network codes can be an issue, one has to manually modify them to a common name anyways (e.g., for correlating templates and continuous traces). But I guess one reason that network+location code may not be checked for the Picks is that in Nordic format (from Seisan), such information is not stored anyways - because it usually doesn't matter for the pick (of course it could if one looks at sensors that are a few 100 m apart, and earrthquakes close by are the target). |
Hi @flixha! The approach @calum-chamberlain outlines above would (I think) allow you to opt out of network+location checks even after the next minor release, but would change the default behavior to opt-in. Still, your point is well taken wrt location code changes with time and between different repositories. I agree that my case is not common and could see an argument for leaving the network+location check remaining 'opt-in' only. However, it is technically correct, I think, to always check for the full SEED id, and ask that users bring their data into line with the standard, instead of accomodating the deviations (albeit common) from that standard. On a side note, @calum-chamberlain, I have to look a bit closer, but it looks like we're already checking full SEED-ids via |
Hi @cjhopp , Regarding your note on Seisan: I had a quick look into Right now I'm looking at data that covers a longer time period and a lot of "alternative" network/station/location/channel-codes. I need to see how the functions that I'm writing could become robust enough to work not only for my specific problem, and then it may be a good addition to make the process of checking /adjusting all the codes a bit easier. |
Describe the bug
Currently, picks used when generating a Template are only checked against the Station and Channel attributes in the Trace header. For cases (this station, for instance) where multiple sensors exist at a given set of lat/lon coordinates (thereby requiring use of the underappreciated SEED location code), multiple picks with the same
phase_hint
will fulfill the following conditions:Expected behavior
We instead want only the picks on a single sensor, where the sensors are distinguished only by their location code.
Ditto Network information, which likely produces a similar result if you happen to find stations of the same name but in different networks.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: