pyOMA2
pyOMA2 copied to clipboard
Python module for conducting operational modal analysis
Hello, I am getting the following error when trying to use either FDD or EFDD with multistep configuration with 1 reference sensor and 3 roving sensors: > Cell In[1], line...
Dear @dagghe , I hope this message finds you well. As an admirer of your work on the Operational Modal Analysis (OMA) package on GitHub, I would like to propose...
Dear @dagghe I hope you are donig well. Unfortunately after the recent update the following error has occured: This is the code I run: ``` ssicov = SSIcov_algo(name="SSIcov", br=60, method='cov_mm'...
JOSS review
Very nice work here. After my initial interaction with the software and paper, I have made the following remarks ## General - [x] heavy git pull relative code size, nearly...
Hi, In v1.1.0 [1.1.0] - 2025-01-24, there is a change in 'renamed uncertanties component from xxx_cov to xxx_std'. Does that mean the calculated in 'xxx_std' is the standard deviation, not...
Allow for a single reference channel in the Multi-step FDD algorithm.
In the interactive plots, the fact that you have to shift+click to select the mode frequencies is a hidden in a Help menu. It could be documented more clearly. (I...
When trying to use the plot_data method of SingleSetup and there is only one column in the data, the following error occurs: ``` TypeError Traceback (most recent call last) Cell...
Hello, I am configuring a PyOMA2 SingleSetup instance for rotating machinery analysis. My primary goal is to define geometry and sensor directions, which is crucial for accurately using combined 2D...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...