Moticon OpenGo Library
Project description
moticon-opengo
Moticon-OpenGo is a Python library which makes it easy to work with Moticon OpenGo data.
It improves the productivity of researchers and motion analysts, helping in the phase in between data collection and final outcome assessment.
The library provides functionality both for working with raw data collected using Moticon OpenGo Sensor Insoles, and also the report data generated by the different report modules of the OpenGo Software.
This documentation incluces simple examples, encouraging also less experienced script programmers to go beyond spreadsheet-based data processing.
1. Installation
To install Moticon-OpenGo, run the following command in your Python environment:
pip install moticon-opengo
2. Feature Overview
The Moticon-OpenGo library provides functions for processing the data output of the OpenGo Software.
Text Export Data
Assume we have a bunch of .txt
files exported from a .go
file using the
OpenGo Software's text export. This library allows you to load and process
these .txt
files as demonstrated in the example
examples/demo_text_export_grf_curves.py
.
If the measurement contains manually set events, then these events are also
contained in the text export, and made available by the Python library. The
example examples/demo_text_export_events.py
shows how this can be used for
convenient slicing of measurement data.
Gait Report Data
Assume we have a bunch of .xlsx
files exported using the OpenGo Software's
gait report. This library allows you to load and process these files as
demonstrated in the example examples/demo_gait_report.py
.
3. Library Development
This section is for contributors who want to adapt/extend the Moticon-OpenGo library. If you only want to make use of Moticon-OpenGo as-is for processing your sensor insole data, then you can skip this section.
Build
For development, install Moticon-OpenGo as follows:
pip install -e ."[test,dev]"
Testing
To run the tests, make sure you have the package installed with test
extra
(see section "Build" above). Run the tests as follows:
pytest
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
Built Distribution
Hashes for moticon_opengo-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b94f5d1cea55d6aef903a036e2fb376e460c376eca82cdfa1949b65a849e306f |
|
MD5 | de7ee3c1a0599f9d4362c54dde621301 |
|
BLAKE2b-256 | f49e336243c508ddbfe8ee03b1081851e28aeb546c1c5093b0f34ca1dc26d6de |