Skip to content
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

Question about beatdown #33

Closed
vic-chou opened this issue Feb 3, 2019 · 4 comments
Closed

Question about beatdown #33

vic-chou opened this issue Feb 3, 2019 · 4 comments

Comments

@vic-chou
Copy link

vic-chou commented Feb 3, 2019

Hi, I look at the tutorial about the beatdown, I want to know that how can I download the seismic data of stations with epicentral distance 30-90 degree? Whether I should download the available data in a radius of 1000 km and then select data with epicentral distance 30-90 degree?

@braunfuss
Copy link
Collaborator

Maybe we should include a degree input for beatdown. In the meantime: if you need help calculating degree to km i recommend using the pyrocko function cakes inbuilt converter factor d2m.

The conversion than could look like this:

from pyrocko import cake
km = 1000.
dmin = 30.*cake.d2m/km
dmax = 90.*cake.d2m/km

@vic-chou
Copy link
Author

vic-chou commented Feb 3, 2019

OK, thank you!

@hvasbath
Copy link
Owner

hvasbath commented Feb 3, 2019

Thanks @braunfuss for answering. Can you please add that to the tutorial? Editing the function itself just generates a mess dont you think? People should be capable of doing this calculation even in their heads ...

@braunfuss
Copy link
Collaborator

agreed. added to documentation for beatdown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants