Ergonomic Analysis Calculators
Index of ErgoMoCap calculators module.
Calculators Directory
| Assessment Method | Documentation | Validation Audit | General Info / Guidelines |
|---|---|---|---|
| Core Adapters | Core Docs | Core Audit | N/A |
| EWAS Calculator | EWAS Docs | EWAS Audit | Info |
| NIOSH Lifting Equation | NIOSH Docs | NIOSH Audit | Roadmap |
| OCRA Index | OCRA Docs | OCRA Audit | Info |
| REBA (Rapid Entire Body Assessment) | REBA Docs | REBA Audit | Info |
| RULA (Rapid Upper Limb Assessment) | RULA Docs | RULA Audit | Info |
| Snook Tables (Liberty Mutual) | Snook Docs | Snook Audit | Info |
Global Resources
- Overview: Calculators Root README
- Guidelines: Global Info Guide
- Quality Assurance: Global Audit Log
Internal Utilities
Python backend modules supporting the calculation engine:
calculators/calculators_utils/constants.py: mocap and ergonomicconstants.calculators/calculators_utils/conversion_utils.py: Functions and matrix utilities for converting motion capture data into joint angles.
Contribution Note: To implement a new assessment method, replicate an existing calculator directory structure (e.g.,
rula_calculator), ensure your mathematical formulas are documented cleanly, and add your new module links to this directory table.
© 2026 medlav. Distributed under the AGPL-3.0 License.