ROBelgium / MSNoise

A Python Package for Monitoring Seismic Velocity Changes using Ambient Seismic Noise | http://www.msnoise.org
European Union Public License 1.1
176 stars 83 forks source link

question about stretching with MSNoise #376

Open imme-w opened 2 hours ago

imme-w commented 2 hours ago

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/1d1d/ZZ/ are created which contain csv files corresponding to the station combinations I have. But then if I try to run msnoise cc dvv plot dvvs I get this:

Usage: msnoise cc dvv plot [OPTIONS] COMMAND [ARGS]...
Try 'msnoise cc dvv plot --help' for help.

Error: No such command 'dvvs'.

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 says Version: 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!

ThomasLecocq commented 1 hour ago

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...)