craftutils.observation.image.ZScaleInterval.get_limits(values)

Return the minimum and maximum value in the interval based on the values provided.

Parameters

valuesndarray

The image values.

Returns

vmin, vmaxfloat

The mininium and maximum image value in the interval.