Simplest MSNoise run ever: how to plot dvv #311
Unanswered
olivialocke
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hey Yes, msnoise cc dvv compute_dvv should work before plotting. Could be that the doc isn't fully up to date, thanks for pointing it! Thomas |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using the developmental version of MSNoise and trying to run the "simplest MSNoise run ever" (section 4.1.1 in the documentation for MSNoise version 1.6).
In the GitHub code, I can find the new commands (msnoise cc ...) for the following steps:
msnoise compute_cc
msnoise stack -r
msnoise reset STACK
msnoise stack -m
msnoise compute_mwcs
msnoise compute_dtt
But, I can't figure out how to plot the dvv plot at the end. Using the command ''msnoise cc dvv plot dvv'' I get a ValueError.
ValueError: Multi-dimensional indexing (e.g.
obj[:, None]
) is no longer supported. Convert to a numpy array before indexing instead.Do I need to compute dvv first? If so, how? Or, is there a better way to get a dvv plot from a very simple MSNoise run?
Beta Was this translation helpful? Give feedback.
All reactions