;-------------------------INPUT PARAMETERS-----------------------------
; PRODUCTS:
;
;   #  SOURCE ARRAY             REDUCED ARRAY
;
;  01: SW-all                 : h_alpha
;  02: SW-H(D)                : h+peak
;  03: SW-alpha(D)            : he++peak
;  04: SW-alpha(T)            : he++trc
;  05: SW Z>2                 : sw_z>2_h              class:0-1
;  10: SW PHA PRIORITY RATES  : sw_priority           class:0-3
;
;----------------------------------------------------------------------
; INPUT EXAMPLES
; 
; 'A1'        - S/C A, product 1
; 'B5/0-1'    - S/C B, product 5,  classifiers 0 & 1
; 'A10/0,2-3' - S/C B, product 10, classifiers 0 & 2 & 3
;----------------------------------------------------------------------

prod = ['A10/0-1','B10/0-1']

time = '2007-02-01/00:00:00'
timespan, time, 1, /DAYS ; SECONDS, MINUTES, HOURS, DAYS (DEFAULT)

units = 'Counts'           ; 'Counts', 'NCOUNTS', 'RATE', 'NRATE',
                           ; 'DIFF FLUX', 'EFLUX'

energy = [1000, 9000] ; eV
theta = [-90, 90]
                           
pla_plot_def_spec, prod, units, energy, theta, $
                   diagn = 1
