wafo-project / pywafo

Wave Analysis for Fatigue and Oceanography
http://www.maths.lth.se/matstat/wafo/
Other
94 stars 42 forks source link

rainflow matrix data not directly accessible #13

Open alantepe opened 9 years ago

alantepe commented 9 years ago

It would be good to have a directly accessible rainflow matrix from the CyclePairs object. I can't find this in the code presently. I suppose this is easy to compute with a numpy 2D histogram on (CyclePairs.args, CyclePairs.data) but it would be nice to have easier access to it.

pbrod commented 8 years ago

This is not a priority for me, but I am open for contributions.