-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add S/P amplitude capability to HashPype methods #1
Comments
Hey @markcwill, you never got round to adding amplitudes, looks like? |
@megies, I did, check the |
@megies, just pushed my current branch, Check in For S/P amplitudes, the two methods now take a |
Oh nice, and thanks for the insta-feedback.
Yeah, I was wondering how you'd even do this real canonically with QuakeML/obspy event classes. That might need some serious thinking how to best do this according to standards.. but it might be worth doing so in the long run. Right now, I'm gonna see how focmec does with amp ratios, but after that I think I'll try what you got there. |
Cool, keep me posted. You're right, no straightforward way in QuakeML from Origin, but there are Amplitudes; this isn't on my roadmap, but the first stab I would take is just having a list of Event Amplitudes with Maybe a helper func to scan Arrivals/Picks/Amplitudes and create these "S/P" Amplitudes could be part of a separate utility in Obspy? since it's not really specific to this... |
Need to do two main things:
The text was updated successfully, but these errors were encountered: