- class craftutils.observation.image.MinMaxInterval(astropy.visualization.interval.BaseInterval)
Interval based on the minimum and maximum values in the data.
Public members¶
- get_limits(values)
Return the minimum and maximum value in the interval based on the values provided.
-
__call__(values, clip=
True, out=None) Transform values using this interval.