;+
;
; NAME: 
;       CONT_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:
;
;-
;  This structure is found in file : CONT_STR.PRO 
;
;  Record structure for the BATSE CONTINUOUS files.
;

CONT_STR = {DD_CONT,$                    ;284 bytes

		SCTIME:INTARR(3), $	;spacecraft time (GRO time format)
		COUNTER:0L, $		;packet counter
		CONT:INTARR(16,8,1), $	;packet continuous data

                X_POS:0,$               ;X coordinate  (GRO position in 
                Y_POS:0,$               ;Y coordinate  Earth-centered inertial
                Z_POS:0,$               ;Z coordinate  coordinates in 
                                        ;              1/4 km units)
                Z_RA:0,$                ;+Z right ascension  (GRO pointing 
                Z_DEC:0,$               ;+Z declination      direction astronomical 
                X_RA:0,$                ;+X right ascension  coordinates in units
                X_DEC:0,$               ;+X declination      of .0001 RAD)
                ENG_TELEM:0,$           ;0 = science telemetry record
                                        ;-1 = engineering telemetry record
                                        ; (during "gap") NOTE:  for ENG_TELEM
                                        ; = -1, DISC(1:3,0:7,2) has meaningful
                                        ; data, the remaining portions of DISC
                                        ; should contain "0"
                SPARE:BYTARR(2) }       ;spare bytes
