;------------------ INPUT PARAMETERS ----------------------------------
;sat:        'A': Ahead, 'B': Behind
;
;moment:     'D': Density, 
;            'VX','VY','VZ','VXYZ','VT': Velocity (Inst coord)
;            'TXX','TYY','TZZ','TXXYYZZ'
;            'PXX','PYY','PZZ','PXXYYZZ'
;
;PS:  1 for post-script, 0 for display
;
;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-02-01/00:00:00'
timespan, time, 1, /DAYS ; SECONDS, MINUTES, HOURS, DAYS (DEFAULT)

sat_moment  = ['A_D','A_VX','A_VY','A_VZ','A_VT']

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

;----------------------------------------------------------------------
; 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 on board moments
;----------------------------------------------------------------------
pl_plot_l2obmom, sat_moment

