general/misc/
tvectot.pro
Procedure: tvectot(tplot vector total) Purpose: Add or remove the magnitude of a vector to a tplot quantity Inputs: name: a string naming the tplot variable to be modified, may use regex Keywords: /remove: set this keyword to remove the magnitude from vector newname: set this keyword to a string to store the(this option will not work properly if regex is used) output in a different variable instead of overwriting tot: set this keyword to a named variable to store the magnitude as an array or set it to a string to store the magnitude as a tplot variable(this option will not work properly if regex is used) examples: tvectot,'tha_fgs_dsl' tvectot,'tha_fgs_dsl',/remove tvectot,'tha_fg*_dsl' tvectot,'tha_fgs_dsl',newname='tha_fgs_dsl_mag' tvectot,'tha_fgs_dsl',tot=var tvectot,'tha_fgs_dsl',tot='mag_t_var' $LastChangedBy: pcruce $ $LastChangedDate: 2012-01-27 11:23:20 -0800 (Fri, 27 Jan 2012) $ $LastChangedRevision: 9637 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/tvectot.pro $
Routines
File attributes
Modification date: | Thu Feb 13 16:43:48 2014 |
Lines: | 80 |