MinMaxInterval

class astropy.visualization.MinMaxInterval[source] [edit on github]

Bases: astropy.visualization.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] [edit on github]

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

Parameters:
values : ndarray

The image values.

Returns:
vmin, vmax : float

The mininium and maximum image value in the interval.