Produced by IDL 7.1.1
User Documentation

./contrib
zshow.pro

Last modification date:
Wed Sep 28 13:27:15 2016

zshow

procedure zshow, zdc, [/data], [color=long integer], [/smallheader], [/noheader]

This procedure displays a zpectrometer data container in the plotter. This is done by first copying the data container to a continuum data container and then sending that to the plotter for display. If the DATA array is requested instead of the LAGS array using the DATA flag then the data are first copied to a spectrum data container and that is displayed.

Examples
    ; a simple use of zshow:
    zio=obj_new('io_sdfits_z')
    zio->set_file, 'JZTEST.raw.zpec.fits'
    a = zio->get_rows(index=5)
    zshow, a, color=!blue
 
Version
$Id$

Parameters
zdc
in, required
zpectrometer data container
a zpectrometer data container.

Keywords
data
in, optional
boolean
When set, the DATA array is used as the set of values to be plotted. By default, the LAGS array is used.
color
in, optional
long integer (def. !g.showcolor)
The color for the data to be plotted.
smallheader
in, optional
boolean
When set, only a small, one line header consisting of RA, DEC, source name, and date is placed at the top of the plot. The footer line is displayed when smallheader is set. By default, the full, multi-line header and the single line footer are displayed.
noheader
in, optional
boolean
When set, no header information is displayed at the top of the plot or below the x-axis label of the plot (footer). This takes precedence over smallheader. By default, the full, multi-line header and the single line footer are displayed.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:49 2016