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.3.tar.gz
(18.1 kB
view details)
Built Distribution
pygt3x-0.1.3-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file pygt3x-0.1.3.tar.gz
.
File metadata
- Download URL: pygt3x-0.1.3.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.2 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781c31a00abcec6bafab3f8a8c0f60e3e9a8c4b1194f5b4cef1d48f9cd044e28 |
|
MD5 | 39f016cc98e75206ec9b00e0be4861f0 |
|
BLAKE2b-256 | bd48b766c4ebcc5fb54dde849891f01575b3083e49c2955fef0d406a6213d89a |
File details
Details for the file pygt3x-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pygt3x-0.1.3-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.2 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 353e044367f452d3a851ed0eab5ba0a1408113d17f23900876ffa776672ceb58 |
|
MD5 | 34dbfddfdcd447ce934210e3ca13e924 |
|
BLAKE2b-256 | 2c76c3f5bb9012fc4962757fae7f3bac0bb8521f96d27a83010bf648663f626d |