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

WIP: Added new info bar and use it to show the coordinate overlay #545

Closed
wants to merge 11 commits into from

Conversation

astrofrog
Copy link
Collaborator

@astrofrog astrofrog commented Apr 20, 2021

This adds an info bar below the toolbar as per the mockups, and for now this is just used to show the coordinate overlay. At the moment there is just one global info bar, but we could always decide in future how to deal with the multi-viewer case (for now a global one is fine since there is only one mouse over coordinate available at any one time)

Screenshot 2021-04-22 at 11 38 32

This requires #505 and should be rebased once that is merged.

Fix #514

@pllim
Copy link
Contributor

pllim commented Apr 20, 2021

Since you are working on it here, I think it would be desirable to fix the position of x, y, ICRS, and data labels so they don't jump around. They currently jump when, say, x=100 becomes x=1, and it is quite distracting to the eyes.

@pllim pllim added the imviz label Apr 20, 2021
@pllim pllim added this to the Imviz 1.0 milestone Apr 20, 2021
@pllim
Copy link
Contributor

pllim commented Apr 20, 2021

Also, will this PR completely fix #514 or just address part of it?

@astrofrog
Copy link
Collaborator Author

I think it will address it completely - I'll look into the jumping issues

@astrofrog
Copy link
Collaborator Author

@pllim - does this look better to you now?

@astrofrog
Copy link
Collaborator Author

Actually in the latest mock-ups the coordinates are in the main toolbar so I'll open another simpler PR to compare.

@astrofrog
Copy link
Collaborator Author

This has been superseded by #557

@pllim pllim closed this Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDAT-1224: Inspecting pixel WCS and value info
3 participants