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.1.tar.gz
(4.3 kB
view details)
File details
Details for the file trc-data-reader-0.1.1.tar.gz
.
File metadata
- Download URL: trc-data-reader-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6893a0cec67485437d936a08cbba36dfd96fffb46c0cf5b40d204b11e654b1dd |
|
MD5 | 96ab55a3a6e099ab86a95e58a184d100 |
|
BLAKE2b-256 | 5a092593ed651f5391ea6f40cb56abecd2da074eb2de8be8b710c98afc2ad3ea |