Python module for reading GT3X/AGDC file format data
Project description
pygt3x
Python module for reading GT3X/AGDC file format data generated by ActiGraph devices.
Example Usage
from pygt3x.reader import FileReader
from pygt3x.calibrated_reader import CalibratedReader
# Read raw data and calibrate
# Dump to pandas data frame
with FileReader("WRIST_rawLSB_032Hz.agdc") as reader:
calibrated_reader = CalibratedReader(reader)
df = calibrated_reader.to_pandas()
print(df.head(5))
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
pygt3x-0.1.5.tar.gz
(17.5 kB
view details)
Built Distribution
pygt3x-0.1.5-py3-none-any.whl
(19.1 kB
view details)
File details
Details for the file pygt3x-0.1.5.tar.gz
.
File metadata
- Download URL: pygt3x-0.1.5.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf29818eaea9520c3a2d5a901c8c19937fe3f37dc845c44a2748e809a4974292 |
|
MD5 | 25749ee69d2c7b22bdcbd7eb17965702 |
|
BLAKE2b-256 | 7c296fbf594bf50cd2fdd64572398ea72a78c184c47e859c17efec120b7fc735 |
File details
Details for the file pygt3x-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: pygt3x-0.1.5-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c82a6f40f3279ec37ec943e65e691a079a0a49be9b5ae92e2c3f434732a0e41a |
|
MD5 | e08e65b9d7c2b43a7316bb19fabb8e17 |
|
BLAKE2b-256 | 86656679b80f6cb54d953f07848eb075dd837c40ff286bc2906985fc934d8b83 |