Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/themis/spacecraft/particles/

thm_part_omni_convert.pro


PROCEDURE: thm_part_omni_convert PURPOSE: Converts a particle distribution to omni directional by summing over angle. INPUTS: dist_data: A single particle distribution structure, or a particle distribution array from thm_part_dist_array OUTPUTS: Replaces dat with an omni summed particle distribution structure, or a particle distribution array from thm_part_dist_array Keywords: error: Set to 1 on error, zero otherwise NOTES: $LastChangedBy: pcruce $ $LastChangedDate: 2013-02-20 15:26:03 -0800 (Wed, 20 Feb 2013) $ $LastChangedRevision: 11594 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/thm_part_omni_convert.pro $

Routines

Routines from thm_part_omni_convert.pro

result = thm_part_omni_convert_struct(dist_data_in)
result = thm_part_omni_convert_array(dist_data_array_in)
thm_part_omni_convert, dist_data, error=error

Routine details

top source thm_part_omni_convert_struct

result = thm_part_omni_convert_struct(dist_data_in)

Parameters

dist_data_in

top source thm_part_omni_convert_array

result = thm_part_omni_convert_array(dist_data_array_in)

Parameters

dist_data_array_in

top source thm_part_omni_convert

thm_part_omni_convert, dist_data, error=error

Parameters

dist_data

Keywords

error

File attributes

Modification date: Thu Feb 13 16:42:52 2014
Lines: 49