Asinh

class lsst.analysis.tools.actions.plot.Asinh(*args, **kw)

Bases: VectorAction, TensorAction

Transform the input vector/tensor using the asinh stretch.

Parameters:
dataVector | 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[int, ...], dtype[_ScalarType_co]] | Tensor, **kwargs) ndarray[tuple[int, ...], dtype[_ScalarType_co]] | Tensor

Call self as a function.