ghammad / pyActigraphy

Python-based open source package for actigraphy data analysis

Home Page:https://ghammad.github.io/pyActigraphy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve BaseLog class

ghammad opened this issue · comments

The current BaseLog class does not allow child classes to read additional columns, besides start and stop times.
Should be made more generic and port SST-oriented features to SSTLog class.