Skip to main content

Software for Structural Health Monitoring with Advanced Signal Processing Techniques

Project description

pyOMA2

python python python python

pre-commit

Code style: black


This is the new and updated version of pyOMA module, a Python module designed for conducting operational modal analysis. With this update, we've transformed pyOMA from a basic collection of functions into a more sophisticated module that fully leverages the capabilities of Python classes. The module now supports analysis of both single and multi-setup data measurements, which includes handling multiple acquisitions with a mix of reference and roving sensors. We've also introduced interactive plots, allowing users to select desired modes for extraction directly from the plots generated by the algorithms. Additionally, a new feature enables users to define the geometry of the structures being tested, facilitating the visualization of mode shapes after modal results are obtained. The underlying functions of these classes have been rigorously revised, resulting in significant enhancements and optimizations.

Please note that this is still an alpha release, and we are continuously refining the docstrings, documentation, and other aspects of the module. However, we have provided three working examples that demonstrate the module's capabilities: Example_SS.py (for single setup), Example_MSpoSER.py (for multi setups using the Post-Single Estimation Rescaling method), and Example_MSpreGER.py (for multi setups using the Pre-Global Estimation Rescaling method).

Quick start

To see example usage go to pyoma2/Example* files.

To run them, after have installed the package you can do as follow:

Unix

pyoma2_example_SS
pyoma2_example_MSposER
pyoma2_example_MSpreGER

Windows

from pyoma2.Example_MSpoSER import main as main_MSpoSER
from pyoma2.Example_MSpreGER import main as main_MSpreGER
from pyoma2.Example_SS import main as main_SS


if __name__ == '__main__':
    main_MSpoSER()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyoma_2-0.1.0.tar.gz (38.7 MB view hashes)

Uploaded Source

Built Distribution

pyoma_2-0.1.0-py3-none-any.whl (38.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page