LSSTApplications  15.0+21,16.0+1,16.0+3,16.0+4,16.0+8,16.0-1-g2115a9e+2,16.0-1-g4515a79+6,16.0-1-g5c6f5ee+4,16.0-1-g7bb14cc,16.0-1-g80120d7+4,16.0-1-g98efed3+4,16.0-1-gb7f560d+1,16.0-14-gb4f0cd2fa,16.0-2-g1ad129e+1,16.0-2-g2ed7261+1,16.0-2-g311bfd2,16.0-2-g568a347+3,16.0-2-g852da13+6,16.0-2-gd4c87cb+3,16.0-3-g099ede0,16.0-3-g150e024+3,16.0-3-g1f513a6,16.0-3-g958ce35,16.0-4-g08dccf71+4,16.0-4-g128aaef,16.0-4-g84f75fb+5,16.0-4-gcfd1396+4,16.0-4-gde8cee2,16.0-4-gdfb0d14+1,16.0-5-g7bc0afb+3,16.0-5-g86fb31a+3,16.0-6-g2dd73041+4,16.0-7-g95fb7bf,16.0-7-gc37dbc2+4,w.2018.28
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst.afw.display.rgb._RgbImageF Class Reference

Public Member Functions

def __init__ (self, imageR, imageG, imageB, mapping)
 
def write (self, fileName)
 

Public Attributes

 rgb
 

Detailed Description

Deprecated:
Object used to support legacy API

Definition at line 420 of file rgb.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.afw.display.rgb._RgbImageF.__init__ (   self,
  imageR,
  imageG,
  imageB,
  mapping 
)
Deprecated:
Legacy API

Definition at line 423 of file rgb.py.

423  def __init__(self, imageR, imageG, imageB, mapping):
424  """!@deprecated Legacy API"""
425  asinh = AsinhMapping(mapping.minimum, mapping.dataRange, mapping.Q)
426  self.rgb = asinh.makeRgbImage(imageR, imageG, imageB)
427 
def __init__(self, minimum, dataRange, Q)
Definition: rgb.py:414

Member Function Documentation

◆ write()

def lsst.afw.display.rgb._RgbImageF.write (   self,
  fileName 
)
Deprecated:
Legacy API

Definition at line 428 of file rgb.py.

428  def write(self, fileName):
429  """!@deprecated Legacy API"""
430  writeRGB(fileName, self.rgb)
431 
432 
def writeRGB(fileName, rgbImage)
Write an RGB image to disk.
Definition: rgb.py:393

Member Data Documentation

◆ rgb

lsst.afw.display.rgb._RgbImageF.rgb

Definition at line 426 of file rgb.py.


The documentation for this class was generated from the following file: