sportran

Sportran library

This is the core library containing all the code necessary to perform a nice and fast cepstral analysis on your time series.

Modules

sportran.analysis

This module is the CLI of the library, that can be called after installing it from the command line

sportran.current

This module handles all the various type of currents and units of measure that can be handled natively by this library.

sportran.i_o

This module includes some utilities to read files in various formats and return numpy arrays

sportran.md

Basic classes and facilities to perform a complete cepstral analysis

sportran.plotter

Utilities to pretty-plot the results

sportran.utils

Various utilities like for example a global logger instance