Python Package for Statistical Analysis of Turbulence Data
turbtools
is available as a python package from https://pypi.org/project/turbtools/.
Download and install it as a system or environment package with pip. It can be then used in a CLI mode or as a python module
$ pip install turbtools
Alternatively, the latest turbtools
package source tarball can be downloaded from here (18.9 kB).
Usage: turbtools [-h] [-o] [-f datafile] FUNCTION_NAME
Options
-h, --help Show this help message and exit
-o, --outpath Path to save output stats and plots
-f, --datafile Path of datafile in .mat or .nc
FUNCTION_NAME Name of the the function
Initialize the datafile to analyze
$ wget https://github.com/andre-fuchs-uni-oldenburg/OPEN_FPE_IFT/raw/master/Renner_8000_Hz.mat
$ turbtools -f ./Renner_8000_Hz.mat
Describe stats and plot the raw signal
$ turbtools plot_signal
Plot stats stationarity
$ turbtools plot_stationarity
Plot probability density function
$ turbtools plot_pdf
Plot turbulent energy spectrum
$ turbtools plot_spectrum
Problems? Please raise an issue at https://github.com/aakash30jan/turbtools/issues.
This work is licensed under a GNU General Public License Version 3 .