;+ pla_sc_hk_crib
;
; spacecraft housekeeping crib sheet
; last modified:  3 July, 2007
;	(changed set_com_sc_hk to set_com_mon)
;
;
;
;------------------ INPUT PARAMETERS ----------------------------------
; sat:        'A': Ahead, 'B': Behind
;
; housekeeping values: Enter integers from 1 to 65, corresponding to
; 		      items listed in table below array
;              
; time:       Start date/time string in tplot format ('yyyy-mm-dd/hh:mm:ss')
; timespan:   Set the time span
;            (keywords: SECONDS, MINUTES, HOURS, DAYS (DEFAULT))
;
;--------------------------------------------------------------------------

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

sat='A'	; spacecraft ('A' or 'B')
sat_sc_hk = [1,3,5,7,8,9]

; Below is a list of housekeeping items, and their corresponding number to 
; enter in the sat_hk list above.
;
;Number		;  Item				; Additional Info
;--------------------------------------------------------------------------
;1		;  pl_ebox_tmp
;2 (text)	;  pl_inst_msg_pwr_dwn_req 	; text -- no plot
;3		;  pl_pwr_cur
;4 (text)	;  pl_pwr_tt			; text -- no plot
;5		;  pl_surv_pwr_cur 
;6 (text)	;  pl_surv_pwr_tt		; text -- no plot
;7		;  pl_tof_tmp
;8 		;  pl_pwr_vt			; not available before 2006-12-12
;9		;  pl_surv_pwr_vt		; not available before 2006-12-12
  
;----------------------------------------------------------------------

;----------------------------------------------------------------------
; Here you can adjust the size of the X, Y, or Z characters
;----------------------------------------------------------------------
!x.charsize = 1.0
!y.charsize = 0.75
!z.charsize = 1.0

;----------------------------------------------------------------------
; PLOT ANALOG HOUSEKEEPING
;----------------------------------------------------------------------
set_com_mon
pl_plot_sc_hk_from_crib, sat_sc_hk, sat, /INST_COORD 
