Asinh#
- class lsst.analysis.tools.actions.plot.Asinh(*args, **kw)#
Bases:
VectorAction,TensorActionTransform 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.
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
- __call__(data: ndarray[tuple[Any, ...], dtype[_ScalarT]] | Tensor, **kwargs) ndarray[tuple[Any, ...], dtype[_ScalarT]] | Tensor#
Call self as a function.
- data