Skip to content
Snippets Groups Projects
Commit f03723c4 authored by mads's avatar mads
Browse files

added shear.py + tests

parent e886e1c4
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ General Time Series Data Format, a binary hdf5 data format for storing time seri
### [fatigue_tools](wetb/fatigue_tools)
- [fatigue](wetb/fatigue_tools/fatigue.py): Rainflow counting, cycle matrix and equvivalent loads
### [wind](wetb/wind)
- [shear](wetb/wind/shear.py): Calculate and fit wind shear
### [FAST](wetb/fast)
Tools for working with NREL's FAST code (An aeroelastic computer-aided engineering (CAE) tool for horizontal axis wind turbines)
- [fast_io](wetb/fast/fast_io.py): Read binary and ascii result files
......
......@@ -7,8 +7,6 @@ Created on 04/03/2013
'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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment