TSPLOT

Plot time series data.

Function

Plot time series data.

Description

TSPLOT plots time series data against time. Up to six items may be plotted. Each item may be a different channel or Stokes parameter etc. The data may be binned (all points in a given time bin averaged). or points plotted individually. Plotting is done with the NCAR/SGS/GKS graphics system.

Parameters
1 INPUT TSP, 2D

The input time series dataset.

2 NPLOTS Integer

The number of items to plot (max 6).

3 DEVICE Device

The Graphics device (any valid GKS device).

WHOLE Logical

If TRUE, All time points are used.

C XSTART Double

First time value (MJD) to use.

C XEND Double

Last time value (MJD) to use.

CHANn Integer

Channel for nth plot. This and the following parameters repeat for n = 1 to NPLOTS.

ITEMn Char

Item for nth plot (I,FLUX,MAG,Q,U,V,P,THETA)

AUTOn Logical

If True nth plot is autoscaled.

BINn Double

Bin size (negative for no binning).

PLABELn Char

Label for plot n.

C MINn Real

Minimum scaling level for plot n.

C MAXn Real

Maximum scaling level for plot n.

LABEL Char

Label for Diagram.

H ERRORS Logical

If True (default), Error bars are plotted.

H LINE Logical

If True, the points are joined by a continuous line. (Default False).

H PEN Integer

SGS Pen number to plot in. (Default 1).

Support

Jeremy Bailey, AAO

Version date

28/2/1988