If I encounter the following error:
RuntimeError: Unable to set backend to lsst.display.ds9: "No module named lsst.display.ds9" (is display_ds9 setup?)
after
import lsst.afw.display as afwDisplay
afwDisplay.ds9.mtv(exp, frame=f, title='CCD')
(assume I have a legitimate exp
object)
What troubleshooting steps should I take?
What corrective action should I take?