Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-4
-
Team:Data Release Production
Description
When I wrote the initial version of display_firefly I found a few minor issues in the way I'd designed the Display class; at the same time, Lauren MacArthur found some missing functions in the backward-compatibility support for ds9.
Please fix these; note that this implies changes to afw, display_ds9, and display_firefly.
Attachments
Issue Links
- mentioned in
-
Page Loading...
afw and display_ds9 are pushed to tickets/
DM-2849; display_firefly is pushed to master as it's never been released (and has no tests to fail) – but that was a mistake.$ git diff --stat master
python/lsst/display/ds9/ds9.py | 92 ++++++++++++++++----------------------------------------------------------------------------
1 file changed, 16 insertions(+), 76 deletions(-)
$ git diff --stat master
python/lsst/afw/display/ds9.py | 23 +++++++++++++----
python/lsst/afw/display/ds9Regions.py | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
python/lsst/afw/display/interface.py | 49 +++++++++++++++--------------------
python/lsst/afw/display/virtualDevice.py | 31 +++++++++++-----------
tests/display.py | 10 +++++---
5 files changed, 184 insertions(+), 52 deletions(-)