Ambient noise correlation #276
Replies: 5 comments 1 reply
-
Hi @ariellellouch |
Beta Was this translation helpful? Give feedback.
-
I think having some of the basic correlation machinery in DASCore is a great idea, but we should leave optimization which require heavy dependencies (eg MPI/GPU integration) to specialized libraries like noisepy. It would be nice to have separate patch methods for each step of the process. For example, one method for spectral whitening, another for 1 bit normalization, etc. I know there are lots of permutations for the correlation workflow, but we don't need to implement all of them. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
I agree. I think it makes sense to start including some of the common preprocessing algorithms and cross-correlation calculations. @ariellellouch Please feel free to start working on these if you got a chance. Let me know if you want to discuss planning/coding. I have already created some scripts for DAS ambient noise interferometry a while ago that may be helpful. Not specifically for DASCore though. |
Beta Was this translation helpful? Give feedback.
-
@ahmadtourei I haven't done it before myself, so you're ahead of me - just getting into the topic through one of my students I can probably help with whitening, normalizations, etc., like @d-chambers suggested, but with the current situation in Israel it will take me longer than usual |
Beta Was this translation helpful? Give feedback.
-
I think we have most the items discussed here now, (whitening, normalization, correlation) so I will close for now. Feel free to re-open if we are missing something (or just make a PR with the new features 😉) |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I was thinking it would be neat to have some basic functionality for ambient noise cross-correlation. We probably need to define window intervals, normalization method, etc., but the infrastructure is there
Beta Was this translation helpful? Give feedback.
All reactions