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


PROCEDURE: thm_part_sphere_interp PURPOSE: Temporary generalized copy of thm_part_sphere_interpolate (Interpolate particle data to match the look direcitons of another distribution) INPUTS: source: The particle distribution to be modified by spherical interpolation. target: The particle distribution to which the sources times have been matched. This distribution will only be used to merge times between modes. OUTPUTS: Replaces source with a spherically interpolated version 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/thmsoc/trunk/idl/themis/spacecraft/particles/thm_part_sphere_interpolate.pro $

Routines

top source thm_part_sphere_interp

thm_part_sphere_interp, source, target, regrid=regrid, error=error, _extra=_extra

Parameters

source
target

Keywords

regrid
error
_extra

File attributes

Modification date: Thu Feb 13 16:42:51 2014
Lines: 81