A command to adjust the "stretch" of a FITS image layer.

Hierarchy

  • StretchFitsLayerMessage

Properties

event: "image_layer_stretch"

The tag identifying this message type.

id: string

The identifier of the image layer to modify.

stretch: number

The kind of "stretch" type to use.

This value should be an integer from the ScaleTypes enumeration. For historical reasons, it is expressed as an untyped number in this API.

version: number

A sequence number, in case messages arrive out-of-order.

vmax: number

The data value to use for the maximum stretch bound.

vmin: number

The data value to use for the minimum stretch bound.

Generated using TypeDoc