spedas/gui/utilities/
spd_ui_wavelet.pro
Routines
top source spd_ui_wavelet
spd_ui_wavelet, vnames, new_names, trange, polar=polar, gui_id=gui_id, messw_id=messw_id, temp_names=temp_names, maxpoints=maxpoints, display_object=display_object, _extra=_extra
NAME: spd_ui_wavelet PURPOSE: wavelet transform of the input tplot variables, fist calls split_vec to split up any multi-component vectors. CALLING SEQUENCE: spd_ui_wavelet, vnames, new_names, polar=polar,_extra=_extra INPUT: vnames = the tplot variable names to transform OUTPUT: new_names = new variable names generated by the process KEYWORDS: polar = if set, passes the /polar keyword into the split_vec procedure, new variable names for 3-d data will be polar, and not '_x','_y','_z' gui_id = the main GUI widget ID, for messages messw_id = the dproc widget id, for messages temp_names = the names of temporary variables create by the process so that they can be reliably removed maxpoints = the maximum number of time samples in the original data (default = 2^15 if not set) HISTORY: 12-mar-2007, jmm, jimm@ssl.berkeley.edu 5-jun-2007, jmm, no longer handles history 7-may-2008, W. Michael Feuerstein, Test for >= 2 finite points. 11-may-2009,prc(pcruce@igpp.ucla.edu) added keyword to return the names of temporary variables created in process $LastChangedBy: jimm $ $LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14326 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/utilities/spd_ui_wavelet.pro $
Parameters
- vnames
- new_names
- trange
Keywords
- polar
- gui_id
- messw_id
- temp_names
- maxpoints
- display_object
- _extra
File attributes
Modification date: | Thu Feb 13 16:41:46 2014 |
Lines: | 61 |