license tests codecov PyPI version downloads contributors commits

ThunderLab

Load and preprocess time series data.

Installation

ThunderLab is available from PyPi. Simply run:

pip install thunderlab

If you have problems loading specific audio files with ThunderLab, then you need to install further packages. Follow the installation instructions of the AudioIO package.

Software

The ThunderLab package provides the following software:

Algorithms

Click on the modules for more information.

Input/output

  • dataloader: Load time-series data from files.
  • datawriter: Write time-series data to files.
  • tabledata: Read and write tables with a rich hierarchical header including units and formats.
  • configfile: Configuration file with help texts for analysis parameter.
  • consoleinput: User input from console.

Basic data analysis

  • eventdetection: Detect and hande peaks and troughs as well as threshold crossings in data arrays.
  • powerspectrum: Compute and plot powerspectra and spectrograms for a given minimum frequency resolution.
  • voronoi: Analyse Voronoi diagrams based on scipy.spatial.

Used by

  • thunderfish: Algorithms and programs for analysing electric field recordings of weakly electric fish.
  • audian Python-based GUI for viewing and analyzing recordings of animal vocalizations.