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.calibration 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.7.tar.gz
(18.0 kB
view details)
Built Distribution
pygt3x-0.1.7-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file pygt3x-0.1.7.tar.gz
.
File metadata
- Download URL: pygt3x-0.1.7.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d455f8b21111340d41746efeba3f91e09745bd44c1291b694e2c67e8278960a2 |
|
MD5 | d0a73f597e5c1ac5c1b6486db4ce7afc |
|
BLAKE2b-256 | f31378a4f167591afac587f66a499ab85fbb89c0079931dde6aace1d498872b3 |
File details
Details for the file pygt3x-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pygt3x-0.1.7-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23187f5c5f42792e64aa43e650be062f676b55bfccfc85ba709264a130ea4ce4 |
|
MD5 | 33cfb6d3247ec492c83c9e136b151ce2 |
|
BLAKE2b-256 | 780f626c438064f846d94e7ad80c25a8157c3dd5064c3356aba8762d6a81493f |