|
def | __init__ (self, image=None, Q=8) |
|
def | __init__ (self, minimum=0, dataRange=1, Q=8) |
|
def | __call__ (self, value, clip=None) |
|
Provide an asinh stretch using zscale to set limits for mtv()
◆ __init__()
def lsst.display.matplotlib.matplotlib.AsinhZScaleNormalize.__init__ |
( |
|
self, |
|
|
|
image = None , |
|
|
|
Q = 8 |
|
) |
| |
Initialise an object able to carry out an asinh mapping
@param image image to use estimate minimum and dataRange using zscale
(see AsinhNormalize)
@param Q Softening parameter (default: 8)
See Lupton et al., PASP 116, 133
The documentation for this class was generated from the following file:
- python/lsst/display/matplotlib/matplotlib.py