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

Read actilife data

loukasilias opened this issue · comments

Hello,

Can I use PyActigraphy for reading ACTILIFE data?

Thank you!

Hello @loukasilias

If you are talking about Actigraph Corp's Actilife software, used to extract data from Actigraph devices (e.g. wGT3X or GTX9 devices), yes it is possible.

pyActigraphy reads Actigraph's .agd files that you can easily create with Actilife by exporting the data extracted from your device. In the pyActigraphy tutorials, just replace the reader function used as an example (e.g "read_raw_awd") by the one for Actigraph data files: "read_raw_agd". More info on this function here.

Hope that helps.

Greg

@loukasilias any update? Did you manage to read .agd files data with pyActigraphy?