Next: 7.5 SDR$CREATE Up: 7 Reference Guide Previous: 7.3 FITIT

7.4 PLT_ENE_BANDS

Generates a plot of temperal count rate variablity over a given energy range.

Calling Sequence
PLT_ENE_BANDS, GOOD_SUMFILE, BANDEDG, BANDWID [, keywords]

INPUTS

GOOD_SUMFILE:
Name of DAY_SUMMER file.

BANDEDG:
Array of lower edge energy values. If not specified, will default to [0.05, 0.15, 0.30, 0.80, 1.50, 4.00].

BANDWID:
Array of energy widths. If not specified, will default to [0.10, 0.15, 0.50, 0.70, 2.50, 6.00].

OUTPUTS

One plot of detector count rate variablity over time, and another count rate plot of the sum of the detectors.

KEYWORDS

BYDSA:
If set and non-zero, will distinguish SDRs by DSA.

NOT_TAGS:
Array of SDR tag numbers not to include in plot.

INSDR:
Input SDR used in lieu of file name.

OUTDATA:
Output IDL structure array in following format:
{ostruc, strttim: dblarr(300),timwid: dblarr(300), rates: dblarr(300), rerr: dblarr(300), detid:0L, dsa:0L, band:dblarr(2)}.
Structure array is dimensioned (NDETS, NBANDS, NDSA).

AVG:
Output IDL structure array of detector-averaged count rates, etc. Has following format:
{astruc, strttim: dblarr(300), timwid: dblarr(300), avgrate: dblarr(300), avgrerr: dblarr(300), var: dblarr(300), dsa:0L, band:dblarr(2)}.
Structure array is dimensioned (NBANDS,NDSA).

TARGNAME:
Input target name.

PLOTFILE:
Plots to specified file name instead of screen.