Details
-
Type:
Story
-
Status: In Progress
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: display_firefly
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:SUIT Sprint 2018-08, SUIT Sprint 2018-09, SUIT Sprint 2018-10, SUIT Sprint 2018-11, SUIT Sprint 2018-12, SUIT Sprint 2019-01, SUIT Sprint 2019-03, SUIT Sprint 2019-05, SUIT Sprint 2019-07, SUIT Sprint 2019-08, SUIT Sprint 2019-09
-
Team:Science User Interface
Description
In DM-15218 support is being added to afwDisplay.Display for changing the color map (or color table as it is called in Firefly). Add support for changing the color map to the display_firefly backend.
The current plan is to not try to come up with a common set of color map names beyond "gray". The names of the color maps will be backend-specific.
Here is an excerpt from src/firefly/js/visualize/ui/ColorTableDropDownView.jsx that may guide us in choosing names. In Firefly the color tables have numbers as well as names, and they have tooltips too.
Here are the tooltips in the Firefly UI:
tip: `DS9's a color bar`
tip: `DS9's b color bar`
tip: `DS9's bb color bar`
tip: `DS9's he color bar`
tip: `DS9's i8 color bar`
tip: `DS9's aips color bar`
tip: `DS9's sls color bar`
tip: `DS9's hsv color bar`