A package for reading track row column (trc) motion capture data.
Project description
Python package for reading track row column (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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file trc_data_reader-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: trc_data_reader-0.3.4-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e66b257f6bb617cad09bf677defb8dac0b634cd0877618df8e8ca1fcd37f0875 |
|
MD5 | 820b3af29406351d6fa96b859abf49f8 |
|
BLAKE2b-256 | 3c178f56586e5d8a65358bb081bd5da46e9a811cacb98e388adcc176adfad42e |