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.6.tar.gz
(17.6 kB
view details)
Built Distribution
pygt3x-0.1.6-py3-none-any.whl
(19.2 kB
view details)
File details
Details for the file pygt3x-0.1.6.tar.gz
.
File metadata
- Download URL: pygt3x-0.1.6.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d99f780c0908eab0a3d5da84082adbe21048950ff866db04c9e65258362f5d52 |
|
MD5 | 259906058823a85edad53f0d078a4797 |
|
BLAKE2b-256 | f35ef997195541d7622662cc46b37504df963f2eccb503d3091a955338fe3367 |
File details
Details for the file pygt3x-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: pygt3x-0.1.6-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3b9887b1dbe4a3f498ea3432e79a7b4e02ba13c6b02ef65da31323795ad2577 |
|
MD5 | d8a12ba9d9c885ec1e654dda7f913c41 |
|
BLAKE2b-256 | c8633bc50ab06664b93a5564e34a37ca2c35697b27cfa50b141bced7e8a35317 |