SAC Command Reference Manual

IMAGE

SUMMARY

Produces color sampled image plots of data in memory.

SYNTAX

IMAGE {COLOR|GREY} {BINARY|FULL} {PRINT {pname} }

INPUT

COLOR|GREY:Produce a color or greyscale image.
BINARY|FULL:Produce an image where all positive values plot in one color and all negative values plot in a second color, or plot the full range of the data.
PRINT {pname}:Prints the resulting plot to the printer named in pname, or to the default printer if pname is not used. (This makes use of the SGF capability.)

DEFAULT VALUES

IMAGE COLOR FULL

DESCRIPTION

The image command allows the user to make color or grayscale images from a SAC 3-D data file such as those generated by the spectrogram, scallop, or bbfk commands. It can also be used to plot imported data provided they are in the SAC 3-D data format. Different sections of the image can be viewed using the xlim and ylim commands and amplitudes can be scaled using the usual unary operations provided in SAC.

HEADER VARIABLES

REQUIRED:IFTYPE (set to "IXYZ"), NXSIZE, NYSIZE
USED:XMINIMUM, XMAXIMUM, YMINIMUM, YMAXIMUM

LATEST REVISION

May 26, 1995 (Version 00.31)