BaseInterval¶
-
class
astropy.visualization.
BaseInterval
[source]¶ Bases:
astropy.visualization.BaseTransform
Base class for the interval classes, which, when called with an array of values, return an interval computed following different algorithms.
Methods Summary
__call__
(values[, clip, out])Transform values using this interval. get_limits
(values)Return the minimum and maximum value in the interval based on the values provided. Methods Documentation