general/science/wind/
moments_3d.pro
Routines
top source moments_3d
result = moments_3d(data, sc_pot=sc_pot, magdir=magdir, true_dens=true_dens, comp_sc_pot=comp_sc_pot, pardens=pardens, dens_only=dens_only, ph_0_360=ph_0_360, mom_only=mom_only, dmoments=dmoments, unit_scaling=unit_scaling, no_unit_conversion=no_unit_conversion, add_moment=add_moment, add_dmoment=add_dmoment, domega_weights=domega_weights, ERANGE=ERANGE, format=format, BINS=BINS, valid=valid)
FUNCTION: moments_3d,data INPUT: data: structure, 3d data structure. (i.e. see "GET_EL") erange: bins: PURPOSE: Returns all useful moments as a structure KEYWORDS: dmoments: If set to a named varaible this will output a structure identical to the return structure but containing error esimates assuming an error of sqrt(N) for an initial measurement of N counts (poisson distribution). unit_scaling: Input array specifying the values used to convert from counts to the current units. If not set, a unit conversion will be called to determine the values instead. no_unit_conversion: Flag indicating that data is already in eflux and no unit conversion is required. These optional keywords control calculations: ERANGE intarr(2), min,max energy bin numbers for integration. BINS bytarr(nbins), Angle bins for integration, see "EDIT3DBINS" CREATED BY: Davin Larson LAST MODIFICATION: %E% $Id:$
Parameters
- data
Keywords
- sc_pot
- magdir
- true_dens
- comp_sc_pot
- pardens
- dens_only
- ph_0_360
- mom_only
- dmoments
- unit_scaling
- no_unit_conversion
- add_moment
- add_dmoment
- domega_weights
- ERANGE
- format
- BINS
- valid
File attributes
Modification date: | Thu Feb 13 16:43:39 2014 |
Lines: | 247 |