projects/maven/sta/mvn_sta_functions/
p_4d.pro
Routines
top source p_4d
result = p_4d(dat, ENERGY=ENERGY, ERANGE=ERANGE, EBINS=EBINS, ANGLE=ANGLE, ARANGE=ARANGE, BINS=BINS, MASS=MASS, m_int=m_int, q=q, mincnt=mincnt)
FUNCTION: p_4d(dat,ENERGY=en,ERANGE=er,EBINS=ebins,ANGLE=an,ARANGE=ar,BINS=bins,MASS=ms,m_int=mi,q=q)
INPUT:
dat: structure, 3d data structure filled by themis routines get_th?_p???
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
- dat
Keywords
- ENERGY
- ERANGE
- EBINS
- ANGLE
- ARANGE
- BINS
- MASS
- m_int
- q
- mincnt
File attributes
Modification date: | Wed Dec 10 10:08:30 2014 |
Lines: | 61 |