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

Multiple stations in seedlink plotter #6

Merged
merged 12 commits into from Sep 13, 2013
Merged

Conversation

megies
Copy link
Collaborator

@megies megies commented Sep 1, 2013

Did you look more into plotting multiple stations? I saw, you had two commits on this and it seemed you ran into problems?

You tried to have one seedlink client per station, but this is not necessary actually, if you put two stations in https://github.com/bonaime/seedlink_plotter/blob/master/seedlink_plotter.py#L284 like described in https://github.com/obspy/obspy/blob/9b1ca4c0c856f29b8758c7c60a6b4364ca7408df/obspy/seedlink/client/seedlinkconnection.py#L402-L413 the fetching both streams works just fine.

Or did you try to have multiple instances because you also wanted multiple plot windows, one for each stream? What I had in mind was something different actually: Have all streams plotted in one window with one line per stream and only one single time axis from left to right (instead of stacked time axes from top to bottom).

What do you think? Are you still interested in this anyway?

@megies
Copy link
Collaborator Author

megies commented Sep 1, 2013

I've added the possibility to have a multichannel plot. For that I changed the command line arguments to have one string to specify the single/multi-channel selector.

sbonaime added a commit that referenced this pull request Sep 13, 2013
Multiple stations in seedlink plotter
@sbonaime sbonaime merged commit 9c338a3 into sbonaime:master Sep 13, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants