Asinh¶
- class lsst.analysis.tools.actions.plot.Asinh(*args, **kw)¶
Bases:
VectorAction
,TensorAction
Transform the input vector/tensor using the asinh stretch.
- Parameters:
- data
Vector
|Tensor
A vector or a tensor containing the data to be transformed using the asinh stretch.
- data
- Returns:
- A vector or tensor of the same size as the input, transformed
- using the asinh stretch.
Methods Summary
__call__
(data, **kwargs)Call self as a function.
Methods Documentation