makeRGB¶
- 
lsst.afw.display.makeRGB(imageR, imageG=None, imageB=None, minimum=0, dataRange=5, Q=8, fileName=None, saturatedBorderWidth=0, saturatedPixelValue=None, xSize=None, ySize=None, rescaleFactor=None)¶
- Make a set of three images into an RGB image using an asinh stretch and optionally write it to disk - Parameters
- imageR
- imageG
- imageB
- minimumfloator sequence offloat
- dataRange
- Qint
- fileNamestr
- The output file. The suffix defines the format, and must be supported by matplotlib 
- saturatedBorderWidth
- If saturatedBorderWidth is non-zero, replace saturated pixels with - saturatedPixelValue. Note that replacing saturated pixels requires that the input images be- lsst.afw.image.MaskedImage.
- saturatedPixelValue
- xSize
- ySize
- rescaleFactor