-
Notifications
You must be signed in to change notification settings - Fork 4
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
Don't automatically convert to Pa? #1
Comments
This seems like a good idea, but I'm not sure how we would treat the metadata. Perhaps have a related script that generates an xml response file or something? |
There are sort of two issues here now.
If we accomplish both of these, we'd have an end-to-end (DATA-CUBE3 to EarthScope) solution — which would be nice. @uafgeotools/watc staff have existing tools for creating ObsPy I think this could be accomplished without introducing any breaking changes, meaning that backwards compatibility remains for those already using this tool. Thoughts @jegestrich @davidfee5 @amiezzi? |
This tutorial from the ObsPy docs basically shows exactly what we'd want — note that use of the |
Work on this is being done in a private repo for the case of Yasur 2023 deployment. Script could be generalized and included in this repo. I think having it be a separate script probably makes more sense than making |
Right now the code automatically "removes the response" by simply dividing by a calibration value. However, we might not want to automatically do this. Potentially a future thing to address...
The text was updated successfully, but these errors were encountered: