MathEXLab / PySPOD

A Python package for spectral proper orthogonal decomposition (SPOD).
https://mathexlab.github.io/PySPOD/
MIT License
101 stars 30 forks source link

The usage examples shown in tutorials/ could present more detailed information about how to employ the SPOD output in further analysis #13

Closed Joao-L-S-Almeida closed 3 years ago

Joao-L-S-Almeida commented 3 years ago

Although the examples of tutorials/ are very detailed about the instantiation and execution of the library PySPOD itself, it seems that a more deepened explanation on how to employ the SPOD output in further analysis or applications (for instance, to feed a machine learning model, if applicable) could be interesting to better introduce a unacquainted user.

mengaldo commented 3 years ago

Thank you @Joao-L-S-Almeida, this was a great suggestion. I updated the tutorials accordingly!