Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, display_firefly
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:SUIT Sprint 2018-06, SUIT Sprint 2018-07, SUIT Sprint 2018-08
-
Team:Science User Interface
Description
afw.display provides methods for setting mask plane colors and transparencies. These should be "sticky" in the display_firefly backend, meaning that once they are set for a Display object, they should be applied when an image is sent again to that display.
The display_firefly backend also needs to ignore masks whose color is set to "ignore" or "IGNORE".
Related to this, afw.display provides setDefaultMaskTransparency and setDefaultMaskPlaneColor which are used when Display instances are created. Fix a small bug in setDefaultMaskTransparency and verify that both of these work with the display_firefly backend.
Attachments
Issue Links
- relates to
-
DM-14837 Firefly improvements to intro-with-globular notebook
- Done
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Risk Score | 0 |
Sprint | SUIT Sprint 2018-06 [ 705 ] | SUIT Sprint 2018-06, SUIT Sprint 2018-07 [ 705, 736 ] |
Sprint | SUIT Sprint 2018-06, SUIT Sprint 2018-07 [ 705, 736 ] | SUIT Sprint 2018-06, SUIT Sprint 2018-07, SUIT Sprint 2018-08 [ 705, 736, 738 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Hsin-Fang Chiang [ hchiang2 ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Hopefully this is a short review, code only.