SquaredStretch

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

Bases: astropy.visualization.PowerStretch

A convenience class for a power stretch of 2.

The stretch is given by:

\[y = x^2\]

Attributes Summary

inverse A stretch object that performs the inverse operation.

Attributes Documentation

inverse

A stretch object that performs the inverse operation.