-
Notifications
You must be signed in to change notification settings - Fork 83
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 stretching with MSNoise #376
Comments
Hi, I believe your version of the dev version is a little too old, make sure to install the latest version which matches the documentation (still in progress, as always, it's the most difficult to get done...) |
Hi, thanks your reply! How can I install the dev version using conda? Because I am working on a cluster and I cannot use pip? Thank you |
Nevermind I got that part! Will try to see if |
Hi again, if I have updated my msnoise dev version by reinstalling it. I scanned my archive and did the cross-correlations (
Do you know what I could be doing wrong? Thanks a lot! |
looks like there is an issue with the "time lag" used for stretching. Could you check if the "distance plot" looks OK ? Could be something with the coordinates of the stations etc? |
Hi, you were right, I made a mistake with the time lag, which was longer than my correlation duration.. Both the stretching and the plotting works now, thank you! |
Hello Thomas,
I have a question about using the stretching technique to calculate velocity variations with MSNoise.
I have used the command
msnoise cc dvv compute_stretching
and this seems to be working as new folders STR2/01/1d_1d/ZZ/ are created which contain csv files corresponding to the station combinations I have. But then if I try to runmsnoise cc dvv plot dvvs
I get this:I found the commands in this list because the documentation on stretching seems to missing?
I have tried determining which version of MSNoise I am using by using
pip show msnoise
and it saysVersion: 0.0.0+202405021339
but I'm not exactly sure what that means.Do you have any idea what I could be doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: