Package libwwz
Exposes the wwt function directly without import the wwz module.
Expand source code
"""
Exposes the wwt function directly without import the wwz module.
"""
from libwwz.wwz import wwt
from libwwz.plot_methods import linear_plotter, octave_plotter
Sub-modules
libwwz.plot_methods
-
This module provides functions for plotting the outcomes of wwz.py. It focuses on making proper grids for pcolormesh.
libwwz.wwz
-
This module provides functions for computing the weighted wavelet z transform over input values.