Package thunderlab

Load and preprocess time series data.

Expand source code
"""
Load and preprocess time series data.
"""

from .version import __version__

Sub-modules

thunderlab.configfile

Handling of configuration parameter.

thunderlab.consoleinput

User input from console …

thunderlab.convertdata

Command line script for converting, downsampling, renaming and merging data files …

thunderlab.dataloader

Load time-series data from files …

thunderlab.datawriter

Writing numpy arrays of floats to data files …

thunderlab.eventdetection

Detect and handle peaks and troughs as well as threshold crossings in data arrays …

thunderlab.multivariateexplorer

Simple GUI for viewing and exploring multivariate data …

thunderlab.powerspectrum

Powerspectra and spectrograms for a given frequency resolution …

thunderlab.tabledata

Tables with hierarchical headers and units …

thunderlab.version
thunderlab.voronoi

Analyze Voronoi diagrams based on scipy.spatial …