From e886e1c497962cccc0daac05a5d7bd2a9e71ac5d Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Thu, 5 Nov 2015 15:13:01 +0100 Subject: [PATCH] add comment --- wetb/fatigue_tools/fatigue.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wetb/fatigue_tools/fatigue.py b/wetb/fatigue_tools/fatigue.py index e0b57e7..72877cf 100644 --- a/wetb/fatigue_tools/fatigue.py +++ b/wetb/fatigue_tools/fatigue.py @@ -1,6 +1,14 @@ ''' Created on 04/03/2013 @author: mmpe + +'rainflow_windap' and 'rainflow_astm' are two different methods to for rainflow counting +'eq_load' calculate equivalent loads using one of the two rain flow counting methods +'cycle_matrix' calculates a matrix of cycles (binned on amplitude and mean value) +'eq_load_and_cycles' is used to calculate eq_loads of multiple time series (e.g. life time equivalent load) + + + ''' #try: -- GitLab