Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, display_ds9
-
Labels:None
-
Team:Data Release Production
Description
While debugging, I tried the age-old technique:
import lsst.afw.display.ds9 as ds9
|
ds9.mtv(exposure)
|
This does not work, and there is no indication of failure. I have been told that I need package "display_ds9". This requirement has not been advertised, and there is nothing on the standard output that indicates this.
It seems that we either fix the tests to not demand ds9 or we make display_ds9 a dependency.