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

Composite mechanism? #49

Open
shicks-seismo opened this issue Aug 29, 2018 · 2 comments
Open

Composite mechanism? #49

shicks-seismo opened this issue Aug 29, 2018 · 2 comments
Labels

Comments

@shicks-seismo
Copy link

shicks-seismo commented Aug 29, 2018

Hi again David,

I'm looking at a seismic warm with near-repeating waveforms. Polarity / amplitude data are sparse, so I'd like to compute a single moment tensor / focal mechanism for all events using all available polarities.

I really like using the NLLoc take-off angle uncertainties to compute the range of focal mechanisms, but I was wondering how easy it might be to do this for multiple events? I.e. to read multiple NLL .hyp files to compute a single composite moment tensor? Do you have any thoughts on whether you think this might be feasible?
Thanks!

@djpugh djpugh added the advice label Aug 29, 2018
@djpugh
Copy link
Owner

djpugh commented Aug 29, 2018

Hi @shicks-seismo - short answer - yes, absolutely possible (it's how i dealt with velocity model uncertainty by sampling from multiple nlloc scatter files - see https://github.com/djpugh/MTfit/blob/develop/scripts/model_sampling.py

Without worrying about the location uncertainty to start with, you can create a composite "event" from across the data you have if a) you are happy that the events are co-located, and b) you are happy that the mechanisms are the same - MTfit has I think been used by someone else for this before, but I don't have any of the scripts for it...

There is also the relative amplitude approach, which will work for co-located events, but that doesn't work with the location uncertainty very well (marginalising the scale factor across the samples isn't implemented - I have done the maths in my thesis, but haven't implemented in code)

@shicks-seismo
Copy link
Author

shicks-seismo commented Sep 4, 2018 via email

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

No branches or pull requests

2 participants