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

Rewrite/Factorize plot and image window module #72

Open
daurer opened this issue Jul 5, 2016 · 0 comments
Open

Rewrite/Factorize plot and image window module #72

daurer opened this issue Jul 5, 2016 · 0 comments

Comments

@daurer
Copy link
Contributor

daurer commented Jul 5, 2016

plot and image are overloaded with features that have gradually been added. The current status of the plot window and image window module is reflected by a long list of existing frontend bugs.

Approach: Revisit the desired frontend features and build a new, more structured and modularized class for image and line plots around these features.

One could start factorizing based on the type of data sent from the backend. So far, the different data types (per event) are

  • scalar
  • vector
  • image

which are assembled to form

  • line plots (history plot)
  • 1d histograms
  • 2d histograms
  • image stacks (buffer of hit patterns)
  • line stacks (buffer of tof traces)

This needs major changes and should be done inside a separate branch and accompanied by adding test functions.

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

No branches or pull requests

1 participant