|
|
How to display HK data
The qcl procedure pl_ginga.qcl can be used to
display any of the many permitted Housekeeping (HK) parameters (listed
in appendix B), against either
time, LAC count rate or another HK parameter. Note that time must be
displayed on the X-axis only. One typical use of pl_ginga.qcl
is to see the effect of the program cleanall (see section 2.8). This can be achieved by
displaying SUD versus PI_MONI for the original and "cleaned"
data cubes, and observing the effects of varying the degree of
cleaning. You should notice the "outliers" on the original
plot are greatly reduced by the program cleanall.
The following example plots SUD versus LAC count rate. The input
file is a time series rather than a data cube because pl_ginga.qcl
will only display the contents of one spectral channel,
rather than the sum of many channels (see
section 5.1 about compressing the spectral axis).
qcl>.pl_ginga
This procedure can plot a LAC count rate or HK parameter (eg SUD,
LATITUDE), on either axis. TIME can be plotted on the X axis only
QCL_CL HDS file name = HDS_NODE =mkn335_91a.time
QCL_CL graphics device = xw =
QCL_CL X axis data [TIME/LAC/HK-name] = TIME =LAC
QCL_CL Y axis data [LAC/HK-name] = SUD =
Data file has 2 ID channels
QCL_CL First ID to be displayed = 1 =
QCL_CL Last ID to be displayed = 2 =
QCL_CL label plot [Y/N] = N =
QCL_CL fit best straight line [Y/N] = N =
QCL_CL start time of plot = 0.0000000E+00 =
QCL_CL end time of plot = 50304.000000000 =
Graphics device /xw open
ID 1.0000000000000
HDS_NODE mkn335_91a.time
GRP_XMODE 3
GRP_XNAM1 DATA_ARRAY(1:393 ,1,1)
GRP_XNAM2 VARIANCE(1:393 ,1,1)
GRP_YMODE 3
GRP_YNAM1 SUD(1:393)
GRP_YNAM2 VAR_SUD(1:393)
LABX X
LABY Y
Number of data points 393
Range of data points
X 0.241869 to 0.000000E+00
Y 0.000000E+00 to 5.55615
QCL_CL plot YMIN = 0.0 =
QCL_CL plot YMAX = 6.7708080000000 =
HDF_NUMBER 393
HDF_NZERO 305
HDF_NEGATIVE 48
HDF_SUM -4.7678173E-02
HDF_SUMSQUARES 52.71979
HDF_MIN -1.848071
HDF_MAX 2.361583
QCL_CL plot XMIN = 0.0 =
QCL_CL plot XMAX = 2.8338960000000 =
Mapping 0.0000000E+00 2.833896 0.0000000E+00 6.770808
ID 2.0000000000000
HDS_NODE mkn335_91a.time
GRP_XMODE 3
GRP_XNAM1 DATA_ARRAY(1:393 ,1,2)
GRP_XNAM2 VARIANCE(1:393 ,1,2)
GRP_YMODE 3
GRP_YNAM1 SUD(1:393)
GRP_YNAM2 VAR_SUD(1:393)
LABX X
LABY Y
Number of data points 393
Range of data points
X 0.779641E-01 to 0.000000E+00
Y 0.000000E+00 to 5.55615
Mapping 0.0000000E+00 2.833896 0.0000000E+00 6.770808
qcl>close
[Next: Spectral Fitting]
[Previous: Spectral Files]
[Back to Data Display]
|