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
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 56 |