projects/themis/spacecraft/particles/slices/
thm_part_slice2d_collate.pro
Routines
top source thm_part_slice2d_collate
thm_part_slice2d_collate, data_t=data_t, weight_t=weight_t, rad_in=rad_in, phi_in=phi_in, theta_in=theta_in, dr_in=dr_in, dp_in=dp_in, dt_in=dt_in, data_out=data_out, rad_out=rad_out, phi_out=phi_out, theta_out=theta_out, dr_out=dr_out, dp_out=dp_out, dt_out=dt_out, fail=fail
Procedure: thm_part_slice2d_collate Purpose: Collate data aggregated as thm_part_slice2d_getdata loops over modes and times. Data aggregation continues until a a change in energy or angle bins occurs (mode chance or other) or aggregation completes. At those points this procedure is called to average the data, apply any necessary processing, concatenate data to output variables, and undefine the appropriate variables for the next loop. Input: data_t: summed data for all bins weight_t: summed weights for all bins rad_in: radial coords phi_in: phi coords theta_in: theta coords dr_in: radial bin widths dp_in: phi bin widths dt_in: theta bin widths Output: data_out: averaged data rad_out: radian coords phi_out: phi coords theta_out: theta corods dr_out: radian bin widths dp_out: phi bin widths dt_out: theta bin widths fail: string output message, set if error occurs Notes: $LastChangedBy: aaflores $ $LastChangedDate: 2014-11-07 18:26:20 -0800 (Fri, 07 Nov 2014) $ $LastChangedRevision: 16155 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice2d_collate.pro $
Keywords
- data_t
- weight_t
- rad_in
- phi_in
- theta_in
- dr_in
- dp_in
- dt_in
- data_out
- rad_out
- phi_out
- theta_out
- dr_out
- dp_out
- dt_out
- fail
File attributes
Modification date: | Fri Nov 21 06:43:15 2014 |
Lines: | 52 |