;+
;
; file uvspstrct.common - common block for UVSP display program
;
;-

common struct, $
			struc, 		$	; structure containing all
						; sorts of program parameters
						;
			data, 	        $       ; the current data array
						;
			abscissa,       $       ; the current x-axis array
						; if luck, will contain seconds
						; since start of day, 
						; else an array of data points
						; 
			hd              	; the experiment header

