lsst.display.matplotlib gbdd1c81305+b7baf0521e
Public Member Functions | List of all members
lsst.display.matplotlib.matplotlib.Normalize Class Reference
Inheritance diagram for lsst.display.matplotlib.matplotlib.Normalize:
lsst.display.matplotlib.matplotlib.AsinhNormalize lsst.display.matplotlib.matplotlib.LinearNormalize lsst.display.matplotlib.matplotlib.ZScaleNormalize lsst.display.matplotlib.matplotlib.AsinhZScaleNormalize

Public Member Functions

def __call__ (self, value, clip=None)
 

Detailed Description

Class to support stretches for mtv()

Member Function Documentation

◆ __call__()

def lsst.display.matplotlib.matplotlib.Normalize.__call__ (   self,
  value,
  clip = None 
)
Return a MaskedArray with value mapped to [0, 255]

@param value Input pixel value or array to be mapped

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