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

plot dvv - missing comp argument #190

Open
Corentin3 opened this issue Nov 8, 2019 · 2 comments
Open

plot dvv - missing comp argument #190

Corentin3 opened this issue Nov 8, 2019 · 2 comments

Comments

@Corentin3
Copy link

In dvv.py:
L.135: you may replace the existing line with:

pair1.to_csv('%s-m%i-f%i-c%s.csv'%(pair, mov_stack, filterid,comp))

@ThomasLecocq
Copy link
Member

the real question is: should we continue saving the dvv there... it was more a hack than needed... actually the compute_dvv step should be finished, and hte plot dvv would only re-plot the data without computing.

Aaaanyway, in the meantime, it's a good idea to split with -c%s comp

@ThomasLecocq
Copy link
Member

note: this is not valid if you load more than one comp

msnoise plot dvv -c ZZ,ZE,ZN -p BE_MEM_BE_UCC

will export a csv file for BE_MEM_BE_UCC containing all three component pairs, and named ZN...

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

No branches or pull requests

2 participants