;------------------ INPUT PARAMETERS ----------------------------------
;sat:        'A': Ahead, 'B': Behind
;
;moment:     'D': Density, 
;            'V': Total velocity
;
;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-05-20/00:00:00'
timespan, time, 2, /DAYS ; SECONDS, MINUTES, HOURS, DAYS (DEFAULT)

sat_moment  = ['A_D','A_V','B_D','B_V']

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

;----------------------------------------------------------------------
; 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 browse moments
;----------------------------------------------------------------------
pl_plot_browse_mom, sat_moment

tplot, '*browse_mom*'
