projects/themis/spacecraft/particles/slices/
thm_part_slice2d_getdata.pro
Procedure: thm_part_slice2d_getdata Purpose: Helper function for thm_part_slice2d.pro Returns an array of averaged data along with the corresponding bin centers and widths in spherical coordinates. This routine will apply energy range constraints and count thresholds. Input: dist_array: Array of 3d data structures units: String denoting data output units regrid: 3 Element array specifying the new number of points desired in phi, theta, and energy respectively. erange: Two element array specifying min/max energies to be used Output: data: N element array containing averaged particle data rad: N element array of bin centers along r (eV or km/s) phi: N element array of bin centers along phi theta: N element array of bin centers along theta dr: N element array of bin widths along r (eV or km/s) dp: N element array of bin widths along phi dt: N element array of bin widths along theta Notes: 2014-11-07 count threshold moved to main routine 2013-02-05 allow specific values for count threshold 2012-12-21 - 2013-07-02 count threshold applied before averaging $LastChangedBy: aaflores $ $LastChangedDate: 2014-11-13 17:20:09 -0800 (Thu, 13 Nov 2014) $ $LastChangedRevision: 16181 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice2d_getdata.pro $
Routines
top source thm_part_slice2d_getdata
thm_part_slice2d_getdata, ptr_array, units=units, trange=trange, regrid=regrid, erange=erange, energy=energy, sst_sun_bins=sst_sun_bins, fix_counts=fix_counts, rad=rad, phi=phi, theta=theta, dp=dp, dt=dt, dr=dr, data=data, fail=fail, _extra=_extra
Parameters
- ptr_array
Keywords
- units
- trange
- regrid
- erange
- energy
- sst_sun_bins
- fix_counts
- rad
- phi
- theta
- dp
- dt
- dr
- data
- fail
- _extra
File attributes
Modification date: | Fri Nov 21 06:43:15 2014 |
Lines: | 93 |