Science Score: 26.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
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords
Repository
dynamic analysis of structural vibrations.
Basic Info
- Host: GitHub
- Owner: chrystalchern
- License: bsd-2-clause
- Language: Python
- Default Branch: master
- Homepage: https://chrystalchern.github.io/mdof/
- Size: 369 MB
Statistics
- Stars: 14
- Watchers: 1
- Forks: 27
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
mdof
The mdof package solves inverse problems. It is tailored for the identification of system properties from structural vibrations.
Modal identification:
python
periods, modeshapes = modes(input_motion, output_motion, dt)
State space system identification:
python
A,B,C,D = sysid(input_motion, output_motion)
Response reconstruction:
python
output = reconstruct(realization, dt, input_motion)
<!--
Inverse eigenanalysis:
python
eigvecs, eigvals = eigid(input_motion, output_motion)
-->
Create beautiful visuals for historical modal property documentation with integration of the osmg and opensees packages.
|
|
Getting Started
- Documentation
- Examples:
- JupyterLab on DataHub (UC Berkeley users)
(non-UC Berkeley users)
Support
Owner
- Name: Chrystal Chern
- Login: chrystalchern
- Kind: user
- Repositories: 1
- Profile: https://github.com/chrystalchern
GitHub Events
Total
- Watch event: 6
- Issue comment event: 3
- Push event: 69
- Pull request review comment event: 12
- Pull request review event: 6
- Pull request event: 35
- Fork event: 7
- Create event: 1
Last Year
- Watch event: 6
- Issue comment event: 3
- Push event: 69
- Pull request review comment event: 12
- Pull request review event: 6
- Pull request event: 35
- Fork event: 7
- Create event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chrystal Chern | 5****n | 184 |
| claudio perez | 5****z | 142 |
Packages
- Total packages: 1
-
Total downloads:
- pypi 313 last-month
- Total dependent packages: 3
- Total dependent repositories: 0
- Total versions: 22
- Total maintainers: 1
pypi.org: mdof
Fast and friendly system identification for structures.
- Documentation: https://chrystalchern.github.io/mdof
- License: BSD License
-
Latest release: 0.0.22
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- SciencePlots *
- control *
- matplotlib *
- mdof *
- numpy *
- pandas *
- plotly *
- quakeio *
- scipy *
- sdof *
- tqdm *
- control *
- matplotlib *
- numpy *
- pandas *
- plotly *
- quakeio *
- scipy *
- sdof *
- tqdm *
- actions/checkout v4 composite
- actions/setup-python v5 composite