A package for reading trc motion capture data.
Project description
Python package for reading trc motion capture data. TRC data reader captures the motion capture data and puts it into a dict like object.
TRC data reader can read motion capture data from file or from a multi-line string.
For a valid trc file or multi-line data string the following keys will be present (among others):
FileName
DataFormat
Markers
DataRate
NumFrames
NumMarkers
Usage
from trc import TRCData mocap_data = TRCData() mocap_data.load('/path/to/file/') num_frames = mocap_data['NumFrames']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trc-data-reader-0.1.2.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file trc-data-reader-0.1.2.tar.gz
.
File metadata
- Download URL: trc-data-reader-0.1.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c967f7a686a4238d502fa2095b75cde2058f3c75209dd88ce78f75a99cdb46 |
|
MD5 | bd70d70560619230717ce982f3cd5c16 |
|
BLAKE2b-256 | 5ac355dee32738a601b413137fc456a00b73b75057050d1da5e06d20a7b58895 |
File details
Details for the file trc_data_reader-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: trc_data_reader-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aceb308e059cb92c5dc64f44927c88cdb56d0ba1603bd62c3dc952736c8cfa73 |
|
MD5 | 35fbf13379b5e6dfb2389a276f1e62b5 |
|
BLAKE2b-256 | 003b6a830d2d643d13fea4f3bf5c71100fecd55e6f71d6714c2068023f55a830 |