-
Notifications
You must be signed in to change notification settings - Fork 268
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
Adding a Reconstruction Plotter #2539
base: main
Are you sure you want to change the base?
Conversation
Seems the arrows are in the wrong direction on the ground. What do you use to plot them? |
I also often though about a general display component that can be run inside the tool. This could be one tab of it. Others for lower level data. |
E.g. instead of |
true_core_pos.y.to_value("m"), | ||
marker="+", | ||
s=50, | ||
color="red", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these stylings and colors should be configurable
yes, this was my original idea as well. WOuld need to use Qt or something for the UI, or perhaps just going for bokeh would be nicer, as that is quite a bit faster. |
It's using the |
This is very much a work in progress, or more of a proof-of-concept that I was using to check some algorithms |
Added a simple HillasRecoPlotter Component for debugging or making nice diagrams.
So far it only plots the ellipses.
Todo: