childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Task: Update readers.py to match new data reading from actfast #43

Closed Asanto32 closed 1 month ago

Asanto32 commented 3 months ago

Description

The latest release of Actfast has made significant changes to the file reading of the raw sensor data. The new actfast module only provides a singular read function that handles all types of input paths and file extensions (no longer unique readers for .gt3x, .bin, etc.). The inputs and outputs of readers.py and its function should remain unchanged.

These changes have made the current readers.py non-compliant with the update. This task will be focused on making the necessary changes to readers.py so that wristpy can work with actfast > 1.0.0. This task will also update /tests/unit/test_readers.py

Tasks

Freeform Notes

No response