;+ pla_mon_full_crib
;
; full resolution monitor rates crib sheet
; last modified:  18 January, 2008
;		
;
;------------------ INPUT PARAMETERS ----------------------------------
;sat:  'A' for Ahead, 'B' for Behind
;
;units: 'counts'for raw counts
;	'c/s' for counts/second
;
;E-step:  The energy step(s) you desire to plot.  
;
;monitor rates:     's_valid' etc. 
;            
;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))
;---------------------------------------------------------------------
;-

; Enter the day and time for the start of the plot, and then the duration.
time='2007-05-20/00:00:00' ; year, month, day
timespan, time, 1.0, /DAYS ; SECONDS, MINUTES, HOURS, DAYS (DEFAULT)

sat = 'B'	; spacecraft ('A' or 'B')
units = 'c/s' ; 'counts' or 'c/s'

; Enter desired values into E_step array.  As of July 2007 only steps 64 to 127
; have been used for the full resolution rate. (Possible values are 0 to 127.)
;
; Set to 128 for all ESA steps (64 through 127) (added 18 January, 2008)

E_step = [128]

sat_mon_full    = ['ra_trig']

; Following is a list of possible monitor rates.  (As of July 2007 only 'ra_trig' and 'sf0' 
; have been used as the full resolution rate.)  Enter the desired rates into the sat_mon array above.
; Don't forget the ' to indicate a string.


; s_valid		; w_no_pos
; s_e_not_req		; w_mult_pos
; s_e_req		; w_valid
; s_no_pos		; sf2
; s_mult_pos		; sfr2
; s_no_e		; stp2
; s_mult_e		; pos2_0
; ra_sat_a		; pos2_1
; ra_sat_b		; pos2_2
; ra_sat_both		; pos2_3
; ssd_sw		; pos3_0
; ssd_st		; pos3_1
; sf0			; pos3_2
; sfr0			; pos3_3
; stp0
; ra_trig
; pos1_0
; pos1_1

;----------------------------------------------------------------------

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

;----------------------------------------------------------------------
; PLOT MONITOR RATES
;----------------------------------------------------------------------
set_com_mon
pl_plot_mon_full_from_crib, sat_mon_full, E_step, units, sat, /INST_COORD
