lsst.display.matplotlib g0265f82a02+c6dfa2ddaf
|
Public Member Functions | |
__init__ (self, image=None, Q=8) | |
![]() | |
__call__ (self, value, clip=None) | |
Public Attributes | |
mapping | |
![]() | |
mapping | |
Additional Inherited Members | |
![]() | |
_getMinMaxQ (self) | |
Provide an asinh stretch using zscale to set limits for mtv()
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
Reimplemented from lsst.display.matplotlib.matplotlib.AsinhNormalize.