LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Classes | |
class | Mapping |
Baseclass to map red, blue, green intensities into uint8 values. More... | |
class | AsinhMapping |
A mapping for an asinh stretch (preserving colours independent of brightness) More... | |
class | asinhMappingF |
class | _RgbImageF |
Functions | |
def | makeRGB |
def | displayRGB |
def | writeRGB |
def | RgbImageF |
def lsst.afw.display.rgb.makeRGB | ( | imageR, | |
imageG, | |||
imageB, | |||
min = 0 , |
|||
range = 5 , |
|||
Q = 20 , |
|||
fileName = None , |
|||
saturatedBorderWidth = 0 , |
|||
saturatedPixelValue = None |
|||
) |
Make a set of three images into an RGB image using an asinh stretch and optionally write it to disk If saturatedBorderWidth is non-zero, replace saturated pixels with saturatedPixelValue. Note that replacing saturated pixels requires that the input images be MaskedImages.
Definition at line 110 of file rgb.py.
def lsst.afw.display.rgb.RgbImageF | ( | imageR, | |
imageG, | |||
imageB, | |||
mapping | |||
) |
Definition at line 157 of file rgb.py.
def lsst.afw.display.rgb.writeRGB | ( | fileName, | |
rgbImage | |||
) |