Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/misc/

tkm2re.pro


Procedure: tKm2Re Purpose: Converts a variable to RE or KM Inputs: name: a string naming the tplot variable to be modified globbing may be used Keywords: newname: set this keyword to a string to store the output in(only works when globbing is not used) suffix: set this keyword to a string indicating the suffix to be appended to the input variable(s) /replace: set this option to replace the variable being modified /KM : converts to KM from RE rather than to RE from KM examples: tKm2Re,'thb_state_pos' tKm2Re,'thb_state_pos',/replace tKm2Re,'thb_state_pos',/KM tKm2Re,'thb_state_pos',newname='pos_in_re' tKm2Re,'th?_state_pos',suffix='_converted' NOTES: Uses conversion of 6374.4 KM/RE By default output will be called: input_name+'_RE' $LastChangedBy: pcruce $ $LastChangedDate: 2008-07-30 17:43:17 -0700 (Wed, 30 Jul 2008) $ $LastChangedRevision: 3320 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/tkm2re.pro $

Routines

top source tkm2re

tkm2re, name, newname=newname, suffix=suffix, replace=replace, km=km

Parameters

name

Keywords

newname
suffix
replace
km

File attributes

Modification date: Thu Feb 13 16:43:47 2014
Lines: 56