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_sphere_interpolate.pro


PROCEDURE: thm_part_sphere_interpolate PURPOSE: Interpolate particle data to match the look direcitons of another distribution INPUTS: source: A particle dist_data structure to be modified by interpolation to match target target: A particle dist_data structure whose look directions will be matched OUTPUTS: Replaces source with a spherically interpolated target KEYWORDS: error: Set to 1 on error, zero otherwise NOTES: #1 Interpolation done using IDL library routine "griddata" #2 This code assumes that source & target have been time interpolated to match each other This has a ton of TBDs, we need to come back and fix them when time is available. With TBDs this code will not have general purpose utility... SEE ALSO: thm_part_dist_array, thm_part_smooth, thm_part_subtract,thm_part_omni_convert,thm_part_time_interpolate.pro $LastChangedBy: aaflores $ $LastChangedDate: 2013-10-02 10:31:06 -0700 (Wed, 02 Oct 2013) $ $LastChangedRevision: 13173 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/thm_part_sphere_interpolate.pro $

Routines

top source thm_part_sphere_interpolate

thm_part_sphere_interpolate, source, target, error=error, _extra=_extra

Parameters

source
target

Keywords

error
_extra

File attributes

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