micromotion
Analysis of human micromotion in motion time series: optical marker data, body-worn accelerometers, respiration belts and force plates.
The measure the package exists for is quantity of motion — the average speed of a body part, band-limited to 0.2–5 Hz, in millimetres per second. It applies equally to all three sensor families because the shared abstraction is the frequency band, not the instrument.
pip install micromotion
import micromotion as mm
rec = mm.read("Standstill2017/mocap_data/A0001.tsv") # dispatches on content, not extension
head = rec.marker("P01")
mm.qom(head, rec.fs, kind="position").mean_mm_s
Documentation
| Reference documentation | how to use it, every function, the conventions |
| Wiki | why it works this way — traps, recipes, open questions |
| Changelog | what changed, and why |
New to it: Getting started, then The two bands, which is the one convention you cannot skip.
Reading files is its own subject, because the formats in this field lie about themselves: Reading files covers what each reader handles, which axis is vertical in which system, and the traps that produce plausible numbers rather than errors — a Y/Z axis swap that reverses every sway direction while leaving magnitudes intact, a Unicode minus that turns negative values into NaN, an app whose clock stops when the phone sleeps.
What is in it
| Module | Contents |
|---|---|
qom |
quantity of motion from position or acceleration |
filters |
the band definitions, band-pass, low-pass, high-pass, cardiac notch |
resample |
rate measurement, downsample-only resampling, irregular-to-regular gridding |
validate |
checks that fail loudly on silently-wrong data |
posture, balance |
sway geometry, centre-of-pressure measures |
spectral, physio |
cardiac and respiratory peaks, band power, breathing rate |
dynamics |
DFA, multifractality, recurrence, surrogates, entropy |
group |
whether these people moved at the same moments |
align, circular |
offsets between clocks; directional statistics |
io, record |
one reader per corpus layout, a content sniffer, a common record type |
Readers: Qualisys and Qualisys-style TSV in all three header shapes, Sverm, Axivity AX3,
Physics Toolbox phone logs (raw app export or cleaned), Equivital, Wii balance board, Artinis
fNIRS. read dispatches on content rather than extension, because in this corpus the extension
is frequently wrong.
Why it exists
It was built while constructing a single analysis across every dataset in the Oslo Standstill Database. There were 159 analysis scripts, of which 58 defined their own band-pass filter and 37 computed quantity of motion. The project's central measure existed in dozens of copies that did not all agree, and the disagreements were invisible.
Every default here was measured rather than assumed, and the reasoning is kept beside it. The traps page lists the mistakes that shaped the design; each one happened, produced a believable wrong number, and raised nothing at the time.
Requirements
Python 3.10+, numpy, scipy, pandas.
Licence
GPL-3.0-or-later. If you use it, please cite it — see CITATION.cff.
Related toolboxes
These four toolboxes come out of the fourMs lab at the University of Oslo. They are separate packages with separate release cycles, but they are built to be used together and share several implementations, so a measure computed in one agrees with the same measure computed in another.
- Musical Gestures Toolbox (
musicalgestures) — video and audio: motiongrams, videograms, and motion analysis from ordinary video files - ambiscape — soundscapes: the sonic ambience of a place, across level, spectral, spatial, temporal, ecological and source descriptors
- musiscape — music collections: comparing many tracks and albums held as audio files in folders
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file micromotion-0.14.0.tar.gz.
File metadata
- Download URL: micromotion-0.14.0.tar.gz
- Upload date:
- Size: 170.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bf481bf20145308ebac5b29a29b71404994816d41de453bbe9c761b830e429c
|
|
| MD5 |
f62227441bed5e72888c6c0fbd065ac5
|
|
| BLAKE2b-256 |
39827f031b895c130bdbe9be4dbc6c0c0e5f90541a4e22818e4ab02a949e955d
|
Provenance
The following attestation bundles were made for micromotion-0.14.0.tar.gz:
Publisher:
publish.yml on fourMs/micromotion
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
micromotion-0.14.0.tar.gz -
Subject digest:
6bf481bf20145308ebac5b29a29b71404994816d41de453bbe9c761b830e429c - Sigstore transparency entry: 2325983746
- Sigstore integration time:
-
Permalink:
fourMs/micromotion@631a11ea39747f1bd27ffc86880ee9ae9866cad9 -
Branch / Tag:
refs/tags/v0.14.0 - Owner: https://github.com/fourMs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@631a11ea39747f1bd27ffc86880ee9ae9866cad9 -
Trigger Event:
release
-
Statement type:
File details
Details for the file micromotion-0.14.0-py3-none-any.whl.
File metadata
- Download URL: micromotion-0.14.0-py3-none-any.whl
- Upload date:
- Size: 103.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e63bf6e301919367110a7513ee11fb19b37d61ffa0de8cec0392dcc6348aaf0
|
|
| MD5 |
e7addbecf3063f46ea94088fdcf1d8a9
|
|
| BLAKE2b-256 |
e390ade4ab9122046b724c40ea4470bdee5e96212f2f93eefa992e0e2daf8ae8
|
Provenance
The following attestation bundles were made for micromotion-0.14.0-py3-none-any.whl:
Publisher:
publish.yml on fourMs/micromotion
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
micromotion-0.14.0-py3-none-any.whl -
Subject digest:
2e63bf6e301919367110a7513ee11fb19b37d61ffa0de8cec0392dcc6348aaf0 - Sigstore transparency entry: 2325983855
- Sigstore integration time:
-
Permalink:
fourMs/micromotion@631a11ea39747f1bd27ffc86880ee9ae9866cad9 -
Branch / Tag:
refs/tags/v0.14.0 - Owner: https://github.com/fourMs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@631a11ea39747f1bd27ffc86880ee9ae9866cad9 -
Trigger Event:
release
-
Statement type: