IDL Wavelet Toolkit Architecture
File Organization
The Toolkit consists of the following components:
- Source (
.pro) files in thewaveletdirectory; - A
bitmapssubdirectory with button bitmaps; - The
datasubdirectory with sample data files; - The Online help manual in the IDL
helpdirectory; - The DLM (Dynamically Loadable Module) in the IDL
bindirectory.
Note
You are encouraged to view the source files for details on implementation and technique. You are also welcome to modify the source files, however, it is strongly encouraged that you copy the files to your own directory first. By modifying the IDL
!PATH variable you can ensure that your routines are compiled first. See
"!PATH" (IDL Reference Guide) for more information.
Structure
The IDL Wavelet Toolkit consists of three layers. The topmost layer is the Wavelet Applet, which allows you to import data and wavelet functions, and access various visualization and tool routines. The middle layer is the set of compound widgets and widget tools for visualization and analysis. These tools are accessible both from the Wavelet Applet and from your own routines. The lowest layer are the wavelet API (application programming interface) that consist of the wavelet functions, the wavelet transform, and the import data routine.