-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve coordinates display panel for spectrum viewer (#1894)
* Improved spectrum info panel for spectrum viewers in all the configurations supported by Jdaviz. * BUG: Fix spectrum mouseover when out of bounds. * PERF: Decrease lag for Cubeviz spec1d mouseover. Also remove unnecessary re-computation in the internals. A new internal cache on app level is introduced. * basic implementation of mouseover marker * only used in spectrum profile viewers * currently ALWAYS on * only show marker (and nearest spectrum details) if no tool selected (or default tool - slice in cubeviz, for example) * support for mouseover of spatial subsets in cubeviz * including clearing cache when subset is changed and ignoring hidden layers * remilestone changelog to 3.3 * add cursor and pixel information to mouseover display * mouseover marker as rectangle * Do not hardcode spectrum-viewer Co-authored-by: Kyle Conroy <kyleconroy@gmail.com>
- Loading branch information
Showing
12 changed files
with
410 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.