class craftutils.observation.image.SqrtStretch(astropy.visualization.stretch.BaseStretch)

A square root stretch.

The stretch is given by:

\[y = \sqrt{x}\]

Public members

__call__(values, clip=True, out=None, invalid=None)

Transform values using this stretch.

Properties

property inverse

A stretch object that performs the inverse operation.