nw_arcsinh¶
- pydl.pydlutils.rgbcolor.nw_arcsinh(colors, nonlinearity=3.0)[source]¶
Scales
colors
by a degree of nonlinearity specified by user.The input image must have zero background (i.e., it must already be background-subtracted).
- Parameters:
- Returns:
ndarray
The scaled image.
- Raises:
ValueError
If
colors
has the wrong shape.