cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
90 stars 23 forks source link

[JOSS Review] Information about "Movement Data" #155

Closed richrobe closed 1 year ago

richrobe commented 1 year ago

(as part of the JOSS review)

In the README, you wrote: "Based only on ECG (and to a lesser extent also movement data), SleepECG provides functions for [...]". I'm wondering where the movement data comes from since you didn't mention it elsewhere and also have no functions for importing, processing, and extracting features from acceleration or actigraphy data.

cbrnr commented 1 year ago

You're right, actigraphy data has been on our todo list ever since, but so far there is nothing in the package. I'll remove the part about movement data (we can add it again once we actually support it).

richrobe commented 1 year ago

Alright! Let me know when you're interested in including actigraphy data as we're also working on sleep staging using wearable sensors (actigraphy, ECG, respiration, ...) and have some code lying around for feature extraction and classification from actigraphy data that you might be interested in using 🙂

cbrnr commented 1 year ago

This sounds great! We could discuss this anytime, it's just that I don't have a lot of time currently to actually implement anything as substantial as that.