ajdawson / eofs

EOF analysis in Python

Home Page:http://ajdawson.github.io/eofs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOF using complex values

sgoodrick opened this issue · comments

I would like to use your package for looking at wind fields by doing eof analysis on complex valued arrays. In doing a simple test using a 3x3x3 real value array and the same array as type complex, the first 2 eofs are the same but the third is different. I am guessing the third eof for this simple problem is just noise anyway but was curious if you had done any analysis with complex values.
Thanks

Got it working, just an issue of precision