;+
;
; NAME: 
;       HER_COR_STR
;
; PURPOSE:
;
;
; CATEGORY:
;       BATSE
;
; CALLING SEQUENCE:
;
;
; CALLS:
;	none
;
; INPUTS:
;       none explicit, only through commons;
;
; OPTIONAL INPUTS:
;	none
;
; OUTPUTS:
;       none explicit, only through commons;
;
; OPTIONAL OUTPUTS:
;	none
;
; KEYWORDS:
;	none
; COMMON BLOCKS:
;	none
;
; SIDE EFFECTS:
;	none
;
; RESTRICTIONS:
;	none
;
; PROCEDURE:
;	none
;
; MODIFICATION HISTORY:
;
;-
her_cor_str = {her_cor_str, $
	sctime:intarr(3), $
	counter:0L, $
	pakseq:0b, $
	pakid:0b, $
	sched_ptr:0, $
	looP_ctr:0, $
	iter_num:0, $
	start_time:intarr(3) ,$	; sher/her start time
	end_time: intarr(3) ,$	; sher/her end time
	thresh: intarr(3), $	; burst threshold count rates (T1/T2/T3 timescales
	BKAVG: 0, $		; Last calced background count rate(avg 64 ms)
	AGCBAL: 0, $		; AGC balance channel in units specified by parame
	AGCLIM: bytarr(4), $    ; Voltage limits for upper/lower AGC channels
	AGCAVG: 0, $		; AGC computed average channel
	LEDPER: 0, $		; LED period in 1 microsecond units
	LEDAMP: 0, $		; LED amplitude + coincidence bit
	NCONTS: 0L, $		; Number of CONT readouts during HER accumulation
	CONT_SUM: lonarr(16), $	; The packet science data
	SPARE: bytarr(6), $     ; 
	data: lonarr(128), $	; corrected science data
	flags: 0L	  $	; numerous bit flags
	}
