WV_IMPORT_WAVELET
Syntax | Arguments | Keywords | Version History | See Also
The WV_IMPORT_WAVELET procedure allows the user to add wavelet functions to the currently-active IDL Wavelet Toolkit(s).
Note
Any widgets that are currently active will not have access to the new wavelet functions until they are restarted.
Syntax
WV_IMPORT_WAVELET [, Wavelet] [, /RESET]
Arguments
Wavelet
A string scalar or vector giving the names of the wavelet functions. The actual function names are constructed by removing all white space from each name and attaching a prefix of WV_FN_.
Keywords
RESET
If set, then remove all user-defined wavelets from memory. If Wavelet is also specified then the new wavelets will be appended onto the built-in wavelets.
Version History