inqbus.rainflow

Cython optimized rainflow algorithm


Keywords
rainflow
Licenses
GPL-3.0+/OML
Install
pip install inqbus.rainflow==0.7

Documentation

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: * numpy * tables * pandas * cython * numexpr

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