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