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
- minimum
float
or sequence offloat
- dataRange
- Q
int
- fileName
str
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 belsst.afw.image.MaskedImage
.- saturatedPixelValue
- xSize
- ySize
- rescaleFactor