projects/themis/spacecraft/particles/ESA/packet/functions/
p_3d_new.pro
Routines
top source p_3d_new
result = p_3d_new(dat2, ENERGY=ENERGY, ERANGE=ERANGE, EBINS=EBINS, ANGLE=ANGLE, ARANGE=ARANGE, BINS=BINS, _extra=_extra)
FUNCTION: p_3d_new(dat,ENERGY=en,ERANGE=er,EBINS=ebins,ANGLE=an,ARANGE=ar,BINS=bins)
INPUT:
dat: structure, 2d data structure filled by get_eesa_surv, get_eesa_burst, etc.
KEYWORDS
ENERGY: fltarr(2), optional, min,max energy range for integration
ERANGE: fltarr(2), optional, min,max energy bin numbers for integration
EBINS: bytarr(na), optional, energy bins array for integration
0,1=exclude,include,
na = dat.nenergy
ANGLE: fltarr(2,2), optional, angle range for integration
theta min,max (0,0),(1,0) -90
Parameters
- dat2
Keywords
- ENERGY
- ERANGE
- EBINS
- ANGLE
- ARANGE
- BINS
- _extra
File attributes
Modification date: | Thu Feb 13 16:42:48 2014 |
Lines: | 35 |