Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Operational Modal Analysis Toolbox
Basic Info
- Host: GitHub
- Owner: pyOMA-dev
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Homepage: https://py-oma.readthedocs.io/en/latest/
- Size: 599 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created almost 2 years ago
· Last pushed 11 months ago
Metadata Files
Readme
License
Citation
README.rst
.. image:: https://readthedocs.org/projects/py-oma/badge/?version=latest
:target: https://py-oma.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://app.codacy.com/project/badge/Grade/4c292ef58452482097d0ae49a3ed10f9
:target: https://app.codacy.com/gh/pyOMA-dev/pyOMA/dashboard
.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://www.gnu.org/licenses/gpl-3.0
:alt: License: GPL v3
.. image:: https://zenodo.org/badge/768642315.svg
:target: https://doi.org/10.5281/zenodo.14936576
============================================
pyOMA - Operational Modal Analysis in Python
============================================
.. image:: https://raw.githubusercontent.com/pyOMA-dev/pyOMA/refs/heads/master/doc/_static/logo.png
:width: 110
:align: left
pyOMA is an open-source toolbox for Operational Modal Analysis (OMA) developed
by Simon Marwitz, Volkmar Zabel et al. at the Institute of Structural Mechanics (ISM)
of the Bauhaus-Universitt Weimar. Operational Modal Analysis is a methodogy for
the identification of structural modal properties from ambient (output-only)
vibration measurements. It is written in python 3.xx.
* **Documentation:** https://py-oma.readthedocs.io
* **Source Code:** https://github.com/pyOMA-dev/pyOMA
* **Citing in your work:** https://doi.org/10.5281/zenodo.14936576
--------------------------------
About Operational Modal Analysis
--------------------------------
In a broader sense OMA consists of a series of processes:
.. image:: https://raw.githubusercontent.com/pyOMA-dev/pyOMA/refs/heads/master/doc/_static/concept_map.png
:width: 800
:alt: blockdiagram
.. list-table::
* - Ambient Vibration Testing
- Acquiring vibration signals (acceleration, velocity, ...) from mechanical structures under ambient excitation (wind, traffic, microtremors, ...)
* - Signal Processing
- Filters, Windows, Decimation, Spectral Estimation, Correlation Function Estimation
* - System Identification
- Various time-domain and frequency-domain methods for identifiying mathematical models from acquired vibration signals.
* - Modal Analysis
- Estimation of modal parameters (frequencies, damping ratios, mode shapes) from identified systems. Manually, using stabilization diagrams or automatically using multi-stage clustering methods.
* - Post Processing
- E.g. plotting of mode shapes, merging of multiple result datasets (setups), statistical analyses, SHM
---------------------
Applications of pyOMA
---------------------
The toolbox is currently used on a daily basis to analyze the continuously
acquired vibration measurements of a structural health monitoring system (since 2015).
Further uses include various academic and commercial measreument campaigns
on civil engineering structures including bridges, towers/masts, widespanned floors, etc.
.. [Ref1] Simon Marwitz et al. An Experimental Evaluation of Two Potential Improvements for 3D Laser Vibrometer Based Operational Modal Analysis. In: Experimental Mechanics 57.8 (July 2017), pp. 13111325.
.. [Ref2] Simon Marwitz et al. Modalanalyse von Monitoringdaten eines Sendeturms. In: Bautechnik 95.4 (Mar. 2018), pp. 288295.
.. [Ref3] Simon Marwitz et al. Operational Modal Analysis with a 3D Laser Vibrometer without External Reference. In: Rotating Machinery, Hybrid Test Methods, Vibro-Acoustics & Laser Vibrometry. Ed. by James De Clerck et al. Vol. 8. Proceedings of the 34th IMAC, A Conference and Exposition on Structural Dynamics 2016. Society of Experimental Mechanics. Springer International Publishing, Jan. 25, 2016, pp. 7585.
.. [Ref4] Simon Marwitz et al. Automatisierte Modalanalyse und Langzeitmonitoring eines rotationssymmetrischen Turmtragwerks. In: Berichte der Fachtagung Baustatik-Baupraxis 13. Ed. by Gnther Meschke et al. Vol. 13. Baustatik Baupraxis e. V.. Ruhr-Universitt Bochum: Lehrstuhl fr Statik und Dynamik der Ruhr-Universitt Bochum, Mar. 2017, pp. 165172.
.. [Ref5] Simon Marwitz et al. Cross-Evaluation of two Measures for the Assessment of Estimated State-Space Systems in Operational Modal Analysis. In: Proceedings of the 7th International Operational Modal Analysis Conference. Shaker Verlag GmbH, Germany, May 11, 2017, pp. 253256.
.. [Ref6] Simon Marwitz et al. Betrachtung von Unsicherheiten in der Modalanalyse mit der Stochastic Subspace Identification am Beispiel eines seilabgespannten Masts. In: Tagungsband der 15. D-A-CH Tagung Erdbebeningenieurwesen und Baudynamik. Sept. 21, 2017.
.. [Ref7] Simon Marwitz et al. Modale Identifikation aus Langzeit-Dehnungsmessungen an einem Sendeturm. In: Tagunsgband der VDI Baudynamik Tagung. Apr. 17, 2018.
.. [Ref8] Simon Marwitz et al. Relations between the quality of identified modal parameters and measured data obtained by structural monitoring. In: Conference Proceedings of ISMA2018 - USD2018. Sept. 17, 2018.
.. [Ref9] Zabel, V. et al. "Bestimmung von modalen Parametern seilabgespannter Rohrmasten". In: Berichte der Fachtagung Baustatik-Baupraxis, Institut fr Baustatik und Baudynamik. 2020.
.. [Ref10] Marwitz, S. et al. " Cross-Validation in Stochastic Subspace Identification". In: Proceedings of the IOMAC 2025. 2025.
-------
Install
-------
Requirements
============
- python https://www.python.org/ or https://www.anaconda.com/download
- matplotlib http://matplotlib.org/
- numpy http://www.numpy.org/
- scipy https://scipy.org/
Optional libraries:
- ipywidgets https://github.com/jupyter-widgets/ipywidgets
- ipympl https://matplotlib.org/ipympl/
- JupyterLab https://jupyter.org/
Install latest release version via git
======================================
.. code-block:: bash
$ git clone https://github.com/pyOMA-dev/pyOMA.git /dir/to/pyOMA/
$ pip install -r /dir/to/pyOMA/requirements.txt
--------------------------
Get started with a project
--------------------------
#. Setup a project directory ``/dir/to/project/`` containing measurement and result files
#. Copy the script ``scripts/single_setup_analysis.ipynb`` to your project directory. An example JuPyter notebook can be found on the left.
#. Startup JupyterLab or JupyterNotebook and open the script ``/dir/to/project/single_setup_analysis.ipynb``
#. Modify the paths in the second cell and run the script
------------
Getting help
------------
#. In case of errors check that:
* input files are formatted correctly
* arguments are of the right type and order
* search the internet for similar errors
#. Open an issue at https://github.com/pyOMA-dev/pyOMA/issues
-----------------
Project Structure
-----------------
::
pyOMA
pyOMA
core
PreProcessingTools.py
ModalBase.py
PLSCF.py
PRCE.py
SSICovRef.py
SSIData.py
VarSSIRef.py
StabilDiagram.py
PlotMSH.py
PostProcessingTools.py
...
GUI
PlotMSHGUI.py
StabilGUI.py
Helpers.py
...
Additionally some further files are provided with it:
::
doc
input_files
scripts
tests
basic_tests.py
files
...
LICENSE
README.rst
requirements.txt
setup.py
Current development is focused on the ``core`` package which contains all the algorithms.
The ``input_files`` packages provides templates for input files for automated and structured analysis of a dataset consisting of multiple measurements.
The ``scripts`` package contains templates for certain recurring tasks, as well as commonly used functions, derived from the core and GUI packages.
The ``tests`` package contains common use cases and files, which could be run to test if any changes in the modules result in breaking existing functionality.
The documentation is generated from the git repository by `Sphinx `_ automatically and available on ` `_
------------
Contributing
------------
For beginners:
* Fork the project on GitHub and start development
* Open a Pull Request to get your changes merged into the project
* Ensure the documentation can be built: Navigate to the doc folder in a CLI and run ``make clean && make html`` to mitigate any errors from wrongly formatted documentation syntax.
Owner
- Name: pyOMA-dev
- Login: pyOMA-dev
- Kind: organization
- Repositories: 1
- Profile: https://github.com/pyOMA-dev
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 1
- Watch event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 13
Last Year
- Create event: 1
- Release event: 1
- Issues event: 1
- Watch event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 13
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- carlospazv92 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
requirements.txt
pypi
- PyQt5 *
- autoclasstoc *
- matplotlib >=3.2.2
- numpy *
- scipy *
- sphinx *
- sphinx_rtd_theme *
- sphinxcontrib-blockdiag *
setup.py
pypi
requirements_dev.txt
pypi
- PyQt5 * development
- autoclasstoc * development
- ipympl * development
- ipython * development
- ipywidgets * development
- jupyterlab * development
- matplotlib >=3.2.2 development
- myst-nb * development
- numpy * development
- scipy * development
- sphinx * development
- sphinx-collections * development
- sphinx_rtd_theme ==2.0.0 development
- sphinxcontrib-blockdiag * development