ImageNormalize¶
-
class
astropy.visualization.mpl_normalize.ImageNormalize(vmin=None, vmax=None, stretch=None, clip=False)[source] [edit on github]¶ Bases:
matplotlib.colors.NormalizeNormalization class to be used with Matplotlib.
Parameters: vmin, vmax : float
The minimum and maximum levels to show for the data
stretch :
BaseStretchinstanceThe stretch to use for the normalization
clip : bool, optional
Whether to clip the output values to the [0:1] range
Methods Summary
__call__(values[, clip])inverse(values)Methods Documentation
-
__call__(values, clip=None)[source] [edit on github]¶
-
inverse(values)[source] [edit on github]¶
-