displayRGB

lsst.afw.display.displayRGB(rgb, show=True)

Display an rgb image using matplotlib

Parameters:
rgb

The RGB image in question

showbool

If True, call matplotlib.pyplot.show()