Previous IDL Wavelet Toolkit User's Guide: IDL Wavelet Toolkit Reference Next

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.


Note
The IDL Wavelet Toolkit must be licensed on your system to be able to use this procedure.

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

5.3
Introduced

See Also

WV_APPLET, WV_CW_WAVELET

  IDL Online Help (March 06, 2007)