Inqbus / inqbus.rainflow

Rainflow algorithm optimized with Cython
Other
7 stars 1 forks source link

README

This package provides a cython optimized rainflow algorithm. Data can be provided as hdf5-table or as numpy array.

Installation

For installing this package just run the setup.py.

Requirements:

Or use the pypi-package and install it via pip.

pip install inqbus.rainflow

Examples and Usage

There are examples included in inqbus.rainflow/src/inqbus/rainflow/examples

The main mehtods are located and described in inqbus.rainflow/src/inqbus/rainflow/run_rainflow