How to display a time series
A time series can be displayed with the qcl procedure
pl_time.qcl. The following example displays a time series
mkn335_91a.time, which has only one spectral channel. Lines beginning
with QCL_CL require input. Note that the minimum Y-axis value to be
displayed defaults to 0.0, even if the actual minimum is negative or
very large, and that this examples plots two windows, one each for the
top- and mid-layer light curves. The default graphics device is
xw (see table 5 for alternative
device names).
qcl>.pl_time
Plots (multiple) time series.`
QCL_CL graphics device = xw =
Starting /ginga1/das/xanadu/leicester/osf/bin/pgxwin_server.
Graphics device /xw open
QCL_CL no. of windows = 2 =
QCL_CL HDS file name = HDS_NODE =mkn335_91a.time
Basedate of observation 1991-Jly-02 05:33:00
Data file has 2 ID channels
QCL_CL ID chan to plot = PLT_ID =1
Data file has 1 PHAD channels
QCL_CL PHAD chan to plot = PLT_PH =1
QCL_CL label plot [Y/N] = N =
HDS_NODE mkn335_91a.time
GRP_DATYPE TIME
GRP_ISEL 1
GRP_IDLO 1
GRP_IDHI 1
LABX Time (s)
LABY Count rate
Number of data points 393
Range of data points
X 0.000000E+00 to 50304.0
Y -2.62997 to 3.14712
QCL_CL start time = 0.0000000E+00 =
QCL_CL end time = 50304.000000000 =
QCL_CL plot YMIN = 0.0 =-3
QCL_CL plot YMAX = 3.7765440000000 =
Mapping 0.0000000E+00 50304.00 -3.000000 3.776544
QCL_CL HDS file name = mkn335_91a.time =
Basedate of observation 1991-Jly-02 05:33:00
Data file has 2 ID channels
QCL_CL ID chan to plot = 1 =2
Data file has 1 PHAD channels
QCL_CL PHAD chan to plot = 1 =
QCL_CL label plot [Y/N] = N =
HDS_NODE mkn335_91a.time
GRP_DATYPE TIME
GRP_ISEL 1
GRP_IDLO 2
GRP_IDHI 2
LABX Time (s)
LABY Count rate
Number of data points 393
Range of data points
X 0.000000E+00 to 50304.0
Y -1.39852 to 2.06646
QCL_CL plot YMIN = 0.0 =-2
QCL_CL plot YMAX = 2.4797520000000 =
Mapping 0.0000000E+00 50304.00 -2.000000 2.479752
Device still open ...
Type CLOSE to finish
qcl>close
[Next: Spectral Files]
[Back to Data Display]
|