MinMaxInterval#

class astropy.visualization.MinMaxInterval[source]#

Bases: BaseInterval

Interval based on the minimum and maximum values in the data.

Methods Summary

get_limits(values)

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

Methods Documentation

get_limits(values)[source]#

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.