Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/tplot/

join_vec.pro


NAME: join_vec.pro PURPOSE: Take a series of similar variables and store as a single vector; e.g. one dimensional variables Vp_x, Vp_y, vp_z can be combined to form a three dimensional variable Vp. CALLING SEQUENCE: join_vec, 'thm_state_pos'+['_x','_y','_z'], 'thm_state_pos_new' ARGUMENTS: NAMES: Array of tplot variable names to be joined into single variable NEW_NAME: Single string containing the name of the tplot variable to be created KEYWORDS display_object = Object reference to be passed to dprint for output. NOTES: Meant to compliment split_vec.pro

Routines

top source join_vec

join_vec, names, new_name, display_object=display_object, fail=fail

Parameters

names
new_name

Keywords

display_object
fail

File attributes

Modification date: Thu Feb 13 16:43:16 2014
Lines: 105